@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ValidateV2Attributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY_ID |
static String |
JSON_PROPERTY_API_KEY_SCOPES |
static String |
JSON_PROPERTY_VALID |
boolean |
unparsed |
| Constructor and Description |
|---|
ValidateV2Attributes() |
ValidateV2Attributes(String apiKeyId,
List<String> apiKeyScopes,
Boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
ValidateV2Attributes |
addApiKeyScopesItem(String apiKeyScopesItem) |
ValidateV2Attributes |
apiKeyId(String apiKeyId) |
ValidateV2Attributes |
apiKeyScopes(List<String> apiKeyScopes) |
boolean |
equals(Object o)
Return true if this ValidateV2Attributes 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.
|
String |
getApiKeyId()
The UUID of the API key.
|
List<String> |
getApiKeyScopes()
List of scope names associated with the API key.
|
Boolean |
getValid()
Whether the API key is valid.
|
int |
hashCode() |
ValidateV2Attributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiKeyId(String apiKeyId) |
void |
setApiKeyScopes(List<String> apiKeyScopes) |
void |
setValid(Boolean valid) |
String |
toString() |
ValidateV2Attributes |
valid(Boolean valid) |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY_ID
public static final String JSON_PROPERTY_API_KEY_SCOPES
public static final String JSON_PROPERTY_VALID
public ValidateV2Attributes apiKeyId(String apiKeyId)
public String getApiKeyId()
public void setApiKeyId(String apiKeyId)
public ValidateV2Attributes apiKeyScopes(List<String> apiKeyScopes)
public ValidateV2Attributes addApiKeyScopesItem(String apiKeyScopesItem)
public List<String> getApiKeyScopes()
public ValidateV2Attributes valid(Boolean valid)
public Boolean getValid()
public void setValid(Boolean valid)
public ValidateV2Attributes 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 © 2026. All rights reserved.