@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GetAppResponse extends 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(Deployment 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 data object containing the app definition.
|
List<Deployment> |
getIncluded()
Data on the version of the app that was published.
|
AppMeta |
getMeta()
Metadata of an app.
|
AppRelationship |
getRelationship()
The app's publication relationship and custom connections.
|
int |
hashCode() |
GetAppResponse |
included(List<Deployment> included) |
GetAppResponse |
meta(AppMeta meta) |
GetAppResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
GetAppResponse |
relationship(AppRelationship relationship) |
void |
setData(GetAppResponseData data) |
void |
setIncluded(List<Deployment> included) |
void |
setMeta(AppMeta meta) |
void |
setRelationship(AppRelationship 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()
public void setData(GetAppResponseData data)
public GetAppResponse included(List<Deployment> included)
public GetAppResponse addIncludedItem(Deployment includedItem)
@Nullable public List<Deployment> getIncluded()
public void setIncluded(List<Deployment> included)
public GetAppResponse meta(AppMeta meta)
@Nullable public AppMeta getMeta()
public void setMeta(AppMeta meta)
public GetAppResponse relationship(AppRelationship relationship)
@Nullable public AppRelationship getRelationship()
public void setRelationship(AppRelationship 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 © 2025. All rights reserved.