@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ElasticCloudIntegrationAccountResponseData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ElasticCloudIntegrationAccountResponseData() |
ElasticCloudIntegrationAccountResponseData(ElasticCloudIntegrationAccountResponseAttributes attributes,
String id,
IntegrationAccountType type) |
| Modifier and Type | Method and Description |
|---|---|
ElasticCloudIntegrationAccountResponseData |
attributes(ElasticCloudIntegrationAccountResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this ElasticCloudIntegrationAccountResponseData 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.
|
ElasticCloudIntegrationAccountResponseAttributes |
getAttributes()
Attributes of an Elastic Cloud integration account returned in responses.
|
String |
getId()
Server-generated unique identifier of the Elastic Cloud integration account.
|
IntegrationAccountType |
getType()
The type of the integration account resource.
|
int |
hashCode() |
ElasticCloudIntegrationAccountResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ElasticCloudIntegrationAccountResponseAttributes attributes) |
void |
setType(IntegrationAccountType type) |
String |
toString() |
ElasticCloudIntegrationAccountResponseData |
type(IntegrationAccountType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public ElasticCloudIntegrationAccountResponseData()
public ElasticCloudIntegrationAccountResponseData(ElasticCloudIntegrationAccountResponseAttributes attributes, String id, IntegrationAccountType type)
public ElasticCloudIntegrationAccountResponseData attributes(ElasticCloudIntegrationAccountResponseAttributes attributes)
public ElasticCloudIntegrationAccountResponseAttributes getAttributes()
public void setAttributes(ElasticCloudIntegrationAccountResponseAttributes attributes)
public String getId()
public ElasticCloudIntegrationAccountResponseData type(IntegrationAccountType type)
public IntegrationAccountType getType()
integration-account.public void setType(IntegrationAccountType type)
public ElasticCloudIntegrationAccountResponseData 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.