@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 |
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.
|
List<PartialAPIKey> |
getData()
Array of API keys.
|
List<APIKeyResponseIncludedItem> |
getIncluded()
Array of objects related to the API key.
|
int |
hashCode() |
APIKeysResponse |
included(List<APIKeyResponseIncludedItem> included) |
void |
setData(List<PartialAPIKey> data) |
void |
setIncluded(List<APIKeyResponseIncludedItem> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.