@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DatadogIntegrationUpdate extends Object
DatadogIntegrationUpdate object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DatadogIntegrationUpdate() |
DatadogIntegrationUpdate(DatadogIntegrationType type) |
| Modifier and Type | Method and Description |
|---|---|
DatadogIntegrationUpdate |
credentials(DatadogCredentialsUpdate credentials) |
boolean |
equals(Object o)
Return true if this DatadogIntegrationUpdate 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.
|
DatadogCredentialsUpdate |
getCredentials()
The definition of the
DatadogCredentialsUpdate object. |
DatadogIntegrationType |
getType()
The definition of the
DatadogIntegrationType object. |
int |
hashCode() |
DatadogIntegrationUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCredentials(DatadogCredentialsUpdate credentials) |
void |
setType(DatadogIntegrationType type) |
String |
toString() |
DatadogIntegrationUpdate |
type(DatadogIntegrationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_TYPE
public DatadogIntegrationUpdate()
public DatadogIntegrationUpdate(DatadogIntegrationType type)
public DatadogIntegrationUpdate credentials(DatadogCredentialsUpdate credentials)
@Nullable public DatadogCredentialsUpdate getCredentials()
DatadogCredentialsUpdate object.public void setCredentials(DatadogCredentialsUpdate credentials)
public DatadogIntegrationUpdate type(DatadogIntegrationType type)
public DatadogIntegrationType getType()
DatadogIntegrationType object.public void setType(DatadogIntegrationType type)
public DatadogIntegrationUpdate 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.