@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserAuthorizedClientData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
UserAuthorizedClientData() |
UserAuthorizedClientData(UserAuthorizedClientAttributes attributes,
String id,
UserAuthorizedClientRelationships relationships,
UserAuthorizedClientType type) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthorizedClientData |
attributes(UserAuthorizedClientAttributes attributes) |
boolean |
equals(Object o)
Return true if this UserAuthorizedClientData 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.
|
UserAuthorizedClientAttributes |
getAttributes()
Attributes of a user authorized client.
|
String |
getId()
The unique identifier of the user authorized client.
|
UserAuthorizedClientRelationships |
getRelationships()
Relationships for a user authorized client.
|
UserAuthorizedClientType |
getType()
The resource type for user authorized clients.
|
int |
hashCode() |
UserAuthorizedClientData |
id(String id) |
UserAuthorizedClientData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UserAuthorizedClientData |
relationships(UserAuthorizedClientRelationships relationships) |
void |
setAttributes(UserAuthorizedClientAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(UserAuthorizedClientRelationships relationships) |
void |
setType(UserAuthorizedClientType type) |
String |
toString() |
UserAuthorizedClientData |
type(UserAuthorizedClientType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public UserAuthorizedClientData()
public UserAuthorizedClientData(UserAuthorizedClientAttributes attributes, String id, UserAuthorizedClientRelationships relationships, UserAuthorizedClientType type)
public UserAuthorizedClientData attributes(UserAuthorizedClientAttributes attributes)
public UserAuthorizedClientAttributes getAttributes()
public void setAttributes(UserAuthorizedClientAttributes attributes)
public UserAuthorizedClientData id(String id)
public String getId()
public void setId(String id)
public UserAuthorizedClientData relationships(UserAuthorizedClientRelationships relationships)
public UserAuthorizedClientRelationships getRelationships()
public void setRelationships(UserAuthorizedClientRelationships relationships)
public UserAuthorizedClientData type(UserAuthorizedClientType type)
public UserAuthorizedClientType getType()
public void setType(UserAuthorizedClientType type)
public UserAuthorizedClientData 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.