@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FullApplicationKeyAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_LAST4 |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SCOPES |
boolean |
unparsed |
Constructor and Description |
---|
FullApplicationKeyAttributes() |
Modifier and Type | Method and Description |
---|---|
FullApplicationKeyAttributes |
addScopesItem(String scopesItem) |
boolean |
equals(Object o)
Return true if this FullApplicationKeyAttributes object is equal to o.
|
String |
getCreatedAt()
Creation date of the application key.
|
String |
getKey()
The application key.
|
String |
getLast4()
The last four characters of the application key.
|
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() |
FullApplicationKeyAttributes |
name(String name) |
FullApplicationKeyAttributes |
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_CREATED_AT
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_LAST4
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SCOPES
@Nullable public String getCreatedAt()
@Nullable public String getKey()
@Nullable public String getLast4()
public FullApplicationKeyAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public FullApplicationKeyAttributes scopes(List<String> scopes)
public FullApplicationKeyAttributes 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 boolean equals(Object o)
Copyright © 2023. All rights reserved.