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