@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DisableAppResponseData extends Object
DisableAppResponseData object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DisableAppResponseData() |
| Modifier and Type | Method and Description |
|---|---|
DisableAppResponseData |
attributes(DisableAppResponseDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this DisableAppResponseData 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.
|
DisableAppResponseDataAttributes |
getAttributes()
The definition of
DisableAppResponseDataAttributes object. |
String |
getId()
The
data id. |
DeploymentMeta |
getMeta()
The definition of
DeploymentMeta object. |
DisableAppResponseDataType |
getType()
The definition of
DisableAppResponseDataType object. |
int |
hashCode() |
DisableAppResponseData |
id(String id) |
DisableAppResponseData |
meta(DeploymentMeta meta) |
DisableAppResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(DisableAppResponseDataAttributes attributes) |
void |
setId(String id) |
void |
setMeta(DeploymentMeta meta) |
void |
setType(DisableAppResponseDataType type) |
String |
toString() |
DisableAppResponseData |
type(DisableAppResponseDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_TYPE
public DisableAppResponseData attributes(DisableAppResponseDataAttributes attributes)
@Nullable public DisableAppResponseDataAttributes getAttributes()
DisableAppResponseDataAttributes object.public void setAttributes(DisableAppResponseDataAttributes attributes)
public DisableAppResponseData id(String id)
@Nullable public String getId()
data id.public void setId(String id)
public DisableAppResponseData meta(DeploymentMeta meta)
@Nullable public DeploymentMeta getMeta()
DeploymentMeta object.public void setMeta(DeploymentMeta meta)
public DisableAppResponseData type(DisableAppResponseDataType type)
@Nullable public DisableAppResponseDataType getType()
DisableAppResponseDataType object.public void setType(DisableAppResponseDataType type)
public DisableAppResponseData 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 © 2024. All rights reserved.