@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserAuthorizedClientAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_LAST_EXERCISED |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_ORG_DISABLED |
boolean |
unparsed |
| Constructor and Description |
|---|
UserAuthorizedClientAttributes() |
UserAuthorizedClientAttributes(OffsetDateTime createdAt,
Boolean disabled,
OffsetDateTime lastExercised,
OffsetDateTime modifiedAt,
Boolean orgDisabled) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthorizedClientAttributes |
createdAt(OffsetDateTime createdAt) |
UserAuthorizedClientAttributes |
disabled(Boolean disabled) |
boolean |
equals(Object o)
Return true if this UserAuthorizedClientAttributes 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.
|
OffsetDateTime |
getCreatedAt()
The date and time this authorization was created.
|
Boolean |
getDisabled()
Whether the user has disabled this authorization.
|
OffsetDateTime |
getLastExercised()
The date and time this authorization was last exercised.
|
OffsetDateTime |
getModifiedAt()
The date and time this authorization was last modified.
|
Boolean |
getOrgDisabled()
Whether the organization has disabled this authorization.
|
int |
hashCode() |
UserAuthorizedClientAttributes |
lastExercised(OffsetDateTime lastExercised) |
UserAuthorizedClientAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
UserAuthorizedClientAttributes |
orgDisabled(Boolean orgDisabled) |
UserAuthorizedClientAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDisabled(Boolean disabled) |
void |
setLastExercised(OffsetDateTime lastExercised) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setOrgDisabled(Boolean orgDisabled) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_LAST_EXERCISED
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_ORG_DISABLED
public UserAuthorizedClientAttributes()
public UserAuthorizedClientAttributes(OffsetDateTime createdAt, Boolean disabled, OffsetDateTime lastExercised, OffsetDateTime modifiedAt, Boolean orgDisabled)
public UserAuthorizedClientAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public UserAuthorizedClientAttributes disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public UserAuthorizedClientAttributes lastExercised(OffsetDateTime lastExercised)
@Nullable public OffsetDateTime getLastExercised()
public void setLastExercised(OffsetDateTime lastExercised)
public UserAuthorizedClientAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public UserAuthorizedClientAttributes orgDisabled(Boolean orgDisabled)
public Boolean getOrgDisabled()
public void setOrgDisabled(Boolean orgDisabled)
public UserAuthorizedClientAttributes 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 © 2026. All rights reserved.