@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PartialAPIKeyAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_LAST4 |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
Constructor and Description |
---|
PartialAPIKeyAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this PartialAPIKeyAttributes object is equal to o.
|
String |
getCreatedAt()
Creation date of 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.
|
int |
hashCode() |
PartialAPIKeyAttributes |
name(String name) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_LAST4
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
@Nullable public String getCreatedAt()
@Nullable public String getLast4()
@Nullable public String getModifiedAt()
public PartialAPIKeyAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.