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