@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppResponse extends Object
UpdateAppResponse object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_RELATIONSHIP |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateAppResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
addIncludedItem(DeploymentIncluded includedItem) |
UpdateAppResponse |
data(UpdateAppResponseData data) |
boolean |
equals(Object o)
Return true if this UpdateAppResponse 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.
|
UpdateAppResponseData |
getData()
The definition of
UpdateAppResponseData object. |
List<DeploymentIncluded> |
getIncluded()
The
UpdateAppResponse included. |
AppMeta |
getMeta()
The definition of
AppMeta object. |
UpdateAppResponseRelationship |
getRelationship()
The definition of
UpdateAppResponseRelationship object. |
int |
hashCode() |
UpdateAppResponse |
included(List<DeploymentIncluded> included) |
UpdateAppResponse |
meta(AppMeta meta) |
UpdateAppResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateAppResponse |
relationship(UpdateAppResponseRelationship relationship) |
void |
setData(UpdateAppResponseData data) |
void |
setIncluded(List<DeploymentIncluded> included) |
void |
setMeta(AppMeta meta) |
void |
setRelationship(UpdateAppResponseRelationship relationship) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_RELATIONSHIP
public UpdateAppResponse data(UpdateAppResponseData data)
@Nullable public UpdateAppResponseData getData()
UpdateAppResponseData object.public void setData(UpdateAppResponseData data)
public UpdateAppResponse included(List<DeploymentIncluded> included)
public UpdateAppResponse addIncludedItem(DeploymentIncluded includedItem)
@Nullable public List<DeploymentIncluded> getIncluded()
UpdateAppResponse included.public void setIncluded(List<DeploymentIncluded> included)
public UpdateAppResponse meta(AppMeta meta)
@Nullable public AppMeta getMeta()
AppMeta object.public void setMeta(AppMeta meta)
public UpdateAppResponse relationship(UpdateAppResponseRelationship relationship)
@Nullable public UpdateAppResponseRelationship getRelationship()
UpdateAppResponseRelationship object.public void setRelationship(UpdateAppResponseRelationship relationship)
public UpdateAppResponse 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.