@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RoleTemplateData extends Object
RoleTemplateData object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
RoleTemplateData() |
RoleTemplateData(RoleTemplateDataType type) |
| Modifier and Type | Method and Description |
|---|---|
RoleTemplateData |
attributes(RoleTemplateDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this RoleTemplateData 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.
|
RoleTemplateDataAttributes |
getAttributes()
The definition of
RoleTemplateDataAttributes object. |
String |
getId()
The
RoleTemplateData id. |
RoleTemplateDataType |
getType()
Roles resource type.
|
int |
hashCode() |
RoleTemplateData |
id(String id) |
RoleTemplateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(RoleTemplateDataAttributes attributes) |
void |
setId(String id) |
void |
setType(RoleTemplateDataType type) |
String |
toString() |
RoleTemplateData |
type(RoleTemplateDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public RoleTemplateData()
public RoleTemplateData(RoleTemplateDataType type)
public RoleTemplateData attributes(RoleTemplateDataAttributes attributes)
@Nullable public RoleTemplateDataAttributes getAttributes()
RoleTemplateDataAttributes object.public void setAttributes(RoleTemplateDataAttributes attributes)
public RoleTemplateData id(String id)
@Nullable public String getId()
RoleTemplateData id.public void setId(String id)
public RoleTemplateData type(RoleTemplateDataType type)
public RoleTemplateDataType getType()
public void setType(RoleTemplateDataType type)
public RoleTemplateData 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.