@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagPolicyData 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 |
|---|
TagPolicyData() |
TagPolicyData(TagPolicyAttributes attributes,
String id,
TagPolicyResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
TagPolicyData |
attributes(TagPolicyAttributes attributes) |
boolean |
equals(Object o)
Return true if this TagPolicyData 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.
|
TagPolicyAttributes |
getAttributes()
The attributes of a tag policy resource.
|
String |
getId()
The unique identifier of the tag policy.
|
TagPolicyRelationships |
getRelationships()
Related resources for a tag policy.
|
TagPolicyResourceType |
getType()
JSON:API resource type for a tag policy.
|
int |
hashCode() |
TagPolicyData |
id(String id) |
TagPolicyData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TagPolicyData |
relationships(TagPolicyRelationships relationships) |
void |
setAttributes(TagPolicyAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(TagPolicyRelationships relationships) |
void |
setType(TagPolicyResourceType type) |
String |
toString() |
TagPolicyData |
type(TagPolicyResourceType 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 TagPolicyData()
public TagPolicyData(TagPolicyAttributes attributes, String id, TagPolicyResourceType type)
public TagPolicyData attributes(TagPolicyAttributes attributes)
public TagPolicyAttributes getAttributes()
public void setAttributes(TagPolicyAttributes attributes)
public TagPolicyData id(String id)
public String getId()
public void setId(String id)
public TagPolicyData relationships(TagPolicyRelationships relationships)
@Nullable public TagPolicyRelationships getRelationships()
include
query parameter is supplied.public void setRelationships(TagPolicyRelationships relationships)
public TagPolicyData type(TagPolicyResourceType type)
public TagPolicyResourceType getType()
public void setType(TagPolicyResourceType type)
public TagPolicyData 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.