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