@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class APIKeyResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
APIKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
addIncludedItem(APIKeyResponseIncludedItem includedItem) |
APIKeyResponse |
data(FullAPIKey data) |
boolean |
equals(Object o)
Return true if this APIKeyResponse object is equal to o.
|
FullAPIKey |
getData()
Datadog API key.
|
List<APIKeyResponseIncludedItem> |
getIncluded()
Array of objects related to the API key.
|
int |
hashCode() |
APIKeyResponse |
included(List<APIKeyResponseIncludedItem> included) |
void |
setData(FullAPIKey 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 APIKeyResponse data(FullAPIKey data)
@Nullable public FullAPIKey getData()
public void setData(FullAPIKey data)
public APIKeyResponse included(List<APIKeyResponseIncludedItem> included)
public APIKeyResponse addIncludedItem(APIKeyResponseIncludedItem includedItem)
@Nullable public List<APIKeyResponseIncludedItem> getIncluded()
public void setIncluded(List<APIKeyResponseIncludedItem> included)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.