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