@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApiKeyListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEYS |
boolean |
unparsed |
| Constructor and Description |
|---|
ApiKeyListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyListResponse |
addApiKeysItem(ApiKey apiKeysItem) |
ApiKeyListResponse |
apiKeys(List<ApiKey> apiKeys) |
boolean |
equals(Object o)
Return true if this ApiKeyListResponse object is equal to o.
|
List<ApiKey> |
getApiKeys()
Array of API keys.
|
int |
hashCode() |
void |
setApiKeys(List<ApiKey> apiKeys) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEYS
public ApiKeyListResponse apiKeys(List<ApiKey> apiKeys)
public ApiKeyListResponse addApiKeysItem(ApiKey apiKeysItem)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.