@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceAccountAccessTokenCreateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceAccountAccessTokenCreateData() |
ServiceAccountAccessTokenCreateData(ServiceAccountAccessTokenCreateAttributes attributes,
ServiceAccessTokensType type) |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountAccessTokenCreateData |
attributes(ServiceAccountAccessTokenCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this ServiceAccountAccessTokenCreateData 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.
|
ServiceAccountAccessTokenCreateAttributes |
getAttributes()
Attributes used to create a service account access token.
|
ServiceAccessTokensType |
getType()
Service access tokens resource type.
|
int |
hashCode() |
ServiceAccountAccessTokenCreateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ServiceAccountAccessTokenCreateAttributes attributes) |
void |
setType(ServiceAccessTokensType type) |
String |
toString() |
ServiceAccountAccessTokenCreateData |
type(ServiceAccessTokensType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public ServiceAccountAccessTokenCreateData()
public ServiceAccountAccessTokenCreateData(ServiceAccountAccessTokenCreateAttributes attributes, ServiceAccessTokensType type)
public ServiceAccountAccessTokenCreateData attributes(ServiceAccountAccessTokenCreateAttributes attributes)
public ServiceAccountAccessTokenCreateAttributes getAttributes()
public void setAttributes(ServiceAccountAccessTokenCreateAttributes attributes)
public ServiceAccountAccessTokenCreateData type(ServiceAccessTokensType type)
public ServiceAccessTokensType getType()
public void setType(ServiceAccessTokensType type)
public ServiceAccountAccessTokenCreateData 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.