@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FullAPIKeyAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_LAST4 |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REMOTE_CONFIG_READ_ENABLED |
boolean |
unparsed |
| Constructor and Description |
|---|
FullAPIKeyAttributes() |
| Modifier and Type | Method and Description |
|---|---|
FullAPIKeyAttributes |
category(String category) |
boolean |
equals(Object o)
Return true if this FullAPIKeyAttributes 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 |
getCategory()
The category of the API key.
|
String |
getCreatedAt()
Creation date of the API key.
|
String |
getKey()
The API key.
|
String |
getLast4()
The last four characters of the API key.
|
String |
getModifiedAt()
Date the API key was last modified.
|
String |
getName()
Name of the API key.
|
Boolean |
getRemoteConfigReadEnabled()
The remote config read enabled status.
|
int |
hashCode() |
FullAPIKeyAttributes |
name(String name) |
FullAPIKeyAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FullAPIKeyAttributes |
remoteConfigReadEnabled(Boolean remoteConfigReadEnabled) |
void |
setCategory(String category) |
void |
setName(String name) |
void |
setRemoteConfigReadEnabled(Boolean remoteConfigReadEnabled) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
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_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_REMOTE_CONFIG_READ_ENABLED
public FullAPIKeyAttributes category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
@Nullable public String getCreatedAt()
@Nullable public String getKey()
@Nullable public String getLast4()
@Nullable public String getModifiedAt()
public FullAPIKeyAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public FullAPIKeyAttributes remoteConfigReadEnabled(Boolean remoteConfigReadEnabled)
@Nullable public Boolean getRemoteConfigReadEnabled()
public void setRemoteConfigReadEnabled(Boolean remoteConfigReadEnabled)
public FullAPIKeyAttributes 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.