@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationKeyCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SCOPES |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationKeyCreateAttributes() |
ApplicationKeyCreateAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyCreateAttributes |
addScopesItem(String scopesItem) |
boolean |
equals(Object o)
Return true if this ApplicationKeyCreateAttributes 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 |
getName()
Name of the application key.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getScopes_JsonNullable() |
List<String> |
getScopes()
Array of scopes to grant the application key.
|
int |
hashCode() |
ApplicationKeyCreateAttributes |
name(String name) |
ApplicationKeyCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ApplicationKeyCreateAttributes |
scopes(List<String> scopes) |
void |
setName(String name) |
void |
setScopes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> scopes) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SCOPES
public ApplicationKeyCreateAttributes()
public ApplicationKeyCreateAttributes(String name)
public ApplicationKeyCreateAttributes name(String name)
public String getName()
public void setName(String name)
public ApplicationKeyCreateAttributes scopes(List<String> scopes)
public ApplicationKeyCreateAttributes addScopesItem(String scopesItem)
@Nullable public List<String> getScopes()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getScopes_JsonNullable()
public void setScopes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> scopes)
public ApplicationKeyCreateAttributes 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.