@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class APIKeysResponse 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 |
|---|
APIKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
APIKeysResponse |
addDataItem(PartialAPIKey dataItem) |
APIKeysResponse |
addIncludedItem(APIKeyResponseIncludedItem includedItem) |
APIKeysResponse |
data(List<PartialAPIKey> data) |
boolean |
equals(Object o)
Return true if this APIKeysResponse 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.
|
List<PartialAPIKey> |
getData()
Array of API keys.
|
List<APIKeyResponseIncludedItem> |
getIncluded()
Array of objects related to the API key.
|
APIKeysResponseMeta |
getMeta()
Additional information related to api keys response.
|
int |
hashCode() |
APIKeysResponse |
included(List<APIKeyResponseIncludedItem> included) |
APIKeysResponse |
meta(APIKeysResponseMeta meta) |
APIKeysResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<PartialAPIKey> data) |
void |
setIncluded(List<APIKeyResponseIncludedItem> included) |
void |
setMeta(APIKeysResponseMeta meta) |
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 APIKeysResponse data(List<PartialAPIKey> data)
public APIKeysResponse addDataItem(PartialAPIKey dataItem)
@Nullable public List<PartialAPIKey> getData()
public void setData(List<PartialAPIKey> data)
public APIKeysResponse included(List<APIKeyResponseIncludedItem> included)
public APIKeysResponse addIncludedItem(APIKeyResponseIncludedItem includedItem)
@Nullable public List<APIKeyResponseIncludedItem> getIncluded()
public void setIncluded(List<APIKeyResponseIncludedItem> included)
public APIKeysResponse meta(APIKeysResponseMeta meta)
@Nullable public APIKeysResponseMeta getMeta()
public void setMeta(APIKeysResponseMeta meta)
public APIKeysResponse 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.