@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class APIKeyUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_REMOTE_CONFIG_READ_ENABLED |
boolean |
unparsed |
| Constructor and Description |
|---|
APIKeyUpdateAttributes() |
APIKeyUpdateAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
APIKeyUpdateAttributes |
category(String category) |
boolean |
equals(Object o)
Return true if this APIKeyUpdateAttributes 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 APIKeyUpdateAttributes category.
|
String |
getName()
Name of the API key.
|
Boolean |
getRemoteConfigReadEnabled()
The APIKeyUpdateAttributes remote_config_read_enabled.
|
int |
hashCode() |
APIKeyUpdateAttributes |
name(String name) |
APIKeyUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
APIKeyUpdateAttributes |
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_NAME
public static final String JSON_PROPERTY_REMOTE_CONFIG_READ_ENABLED
public APIKeyUpdateAttributes()
public APIKeyUpdateAttributes(String name)
public APIKeyUpdateAttributes category(String category)
@Nullable public String getCategory()
public void setCategory(String category)
public APIKeyUpdateAttributes name(String name)
public String getName()
public void setName(String name)
public APIKeyUpdateAttributes remoteConfigReadEnabled(Boolean remoteConfigReadEnabled)
@Nullable public Boolean getRemoteConfigReadEnabled()
public void setRemoteConfigReadEnabled(Boolean remoteConfigReadEnabled)
public APIKeyUpdateAttributes 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 © 2025. All rights reserved.