@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrgAuthorizedClientAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_LAST_EXERCISED |
static String |
JSON_PROPERTY_USER_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
OrgAuthorizedClientAttributes() |
OrgAuthorizedClientAttributes(Boolean disabled,
OffsetDateTime lastExercised,
Long userCount) |
| Modifier and Type | Method and Description |
|---|---|
OrgAuthorizedClientAttributes |
disabled(Boolean disabled) |
boolean |
equals(Object o)
Return true if this OrgAuthorizedClientAttributes 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.
|
Boolean |
getDisabled()
Whether the organization has disabled this client.
|
OffsetDateTime |
getLastExercised()
The date and time this client was last exercised.
|
Long |
getUserCount()
The number of users in the organization who have authorized this client.
|
int |
hashCode() |
OrgAuthorizedClientAttributes |
lastExercised(OffsetDateTime lastExercised) |
OrgAuthorizedClientAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisabled(Boolean disabled) |
void |
setLastExercised(OffsetDateTime lastExercised) |
void |
setUserCount(Long userCount) |
String |
toString() |
OrgAuthorizedClientAttributes |
userCount(Long userCount) |
public boolean unparsed
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_LAST_EXERCISED
public static final String JSON_PROPERTY_USER_COUNT
public OrgAuthorizedClientAttributes()
public OrgAuthorizedClientAttributes(Boolean disabled, OffsetDateTime lastExercised, Long userCount)
public OrgAuthorizedClientAttributes disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public OrgAuthorizedClientAttributes lastExercised(OffsetDateTime lastExercised)
@Nullable public OffsetDateTime getLastExercised()
public void setLastExercised(OffsetDateTime lastExercised)
public OrgAuthorizedClientAttributes userCount(Long userCount)
public Long getUserCount()
public void setUserCount(Long userCount)
public OrgAuthorizedClientAttributes 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.