@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OpenAIIntegrationUpdate extends Object
OpenAIIntegrationUpdate object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
OpenAIIntegrationUpdate() |
OpenAIIntegrationUpdate(OpenAIIntegrationType type) |
| Modifier and Type | Method and Description |
|---|---|
OpenAIIntegrationUpdate |
credentials(OpenAICredentialsUpdate credentials) |
boolean |
equals(Object o)
Return true if this OpenAIIntegrationUpdate object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OpenAICredentialsUpdate |
getCredentials()
The definition of the
OpenAICredentialsUpdate object. |
OpenAIIntegrationType |
getType()
The definition of the
OpenAIIntegrationType object. |
int |
hashCode() |
OpenAIIntegrationUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCredentials(OpenAICredentialsUpdate credentials) |
void |
setType(OpenAIIntegrationType type) |
String |
toString() |
OpenAIIntegrationUpdate |
type(OpenAIIntegrationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_TYPE
public OpenAIIntegrationUpdate()
public OpenAIIntegrationUpdate(OpenAIIntegrationType type)
public OpenAIIntegrationUpdate credentials(OpenAICredentialsUpdate credentials)
@Nullable public OpenAICredentialsUpdate getCredentials()
OpenAICredentialsUpdate object.public void setCredentials(OpenAICredentialsUpdate credentials)
public OpenAIIntegrationUpdate type(OpenAIIntegrationType type)
public OpenAIIntegrationType getType()
OpenAIIntegrationType object.public void setType(OpenAIIntegrationType type)
public OpenAIIntegrationUpdate putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.