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