@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.
|
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.