@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateAppResponse 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 |
|---|
UpdateAppResponse() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
addIncludedItem(Deployment 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 data object containing the updated 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() |
UpdateAppResponse |
included(List<Deployment> included) |
UpdateAppResponse |
meta(AppMeta meta) |
UpdateAppResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateAppResponse |
relationship(AppRelationship relationship) |
void |
setData(UpdateAppResponseData 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 UpdateAppResponse data(UpdateAppResponseData data)
@Nullable public UpdateAppResponseData getData()
public void setData(UpdateAppResponseData data)
public UpdateAppResponse included(List<Deployment> included)
public UpdateAppResponse addIncludedItem(Deployment includedItem)
@Nullable public List<Deployment> getIncluded()
public void setIncluded(List<Deployment> included)
public UpdateAppResponse meta(AppMeta meta)
@Nullable public AppMeta getMeta()
public void setMeta(AppMeta meta)
public UpdateAppResponse relationship(AppRelationship relationship)
@Nullable public AppRelationship getRelationship()
public void setRelationship(AppRelationship 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 © 2026. All rights reserved.