@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApiKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
ApiKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ApiKey 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 |
getCreated()
Date of creation of the API key.
|
String |
getCreatedBy()
Datadog user handle that created the API key.
|
String |
getKey()
API key.
|
String |
getName()
Name of your API key.
|
int |
hashCode() |
ApiKey |
name(String name) |
ApiKey |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_NAME
@Nullable public String getCreated()
@Nullable public String getCreatedBy()
@Nullable public String getKey()
@Nullable public String getName()
public void setName(String name)
public ApiKey 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.