@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListAppsResponse extends Object
ListAppsResponse object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
ListAppsResponse() |
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 ListAppsResponse data(List<ListAppsResponseDataItems> data)
public ListAppsResponse addDataItem(ListAppsResponseDataItems dataItem)
@Nullable public List<ListAppsResponseDataItems> getData()
ListAppsResponse data.public void setData(List<ListAppsResponseDataItems> data)
public ListAppsResponse included(List<DeploymentIncluded> included)
public ListAppsResponse addIncludedItem(DeploymentIncluded includedItem)
@Nullable public List<DeploymentIncluded> getIncluded()
ListAppsResponse included.public void setIncluded(List<DeploymentIncluded> included)
public ListAppsResponse meta(ListAppsResponseMeta meta)
@Nullable public ListAppsResponseMeta getMeta()
ListAppsResponseMeta object.public void setMeta(ListAppsResponseMeta meta)
public ListAppsResponse 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.