@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListApplicationKeysResponse extends 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 |
|---|
ListApplicationKeysResponse() |
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 ListApplicationKeysResponse data(List<PartialApplicationKey> data)
public ListApplicationKeysResponse addDataItem(PartialApplicationKey dataItem)
@Nullable public List<PartialApplicationKey> getData()
public void setData(List<PartialApplicationKey> data)
public ListApplicationKeysResponse included(List<ApplicationKeyResponseIncludedItem> included)
public ListApplicationKeysResponse addIncludedItem(ApplicationKeyResponseIncludedItem includedItem)
@Nullable public List<ApplicationKeyResponseIncludedItem> getIncluded()
public void setIncluded(List<ApplicationKeyResponseIncludedItem> included)
public ListApplicationKeysResponse meta(ApplicationKeyResponseMeta meta)
@Nullable public ApplicationKeyResponseMeta getMeta()
public void setMeta(ApplicationKeyResponseMeta meta)
public ListApplicationKeysResponse 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.