@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagPolicyCreateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TagPolicyCreateData() |
TagPolicyCreateData(TagPolicyCreateAttributes attributes,
TagPolicyResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
TagPolicyCreateData |
attributes(TagPolicyCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this TagPolicyCreateData 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.
|
TagPolicyCreateAttributes |
getAttributes()
Attributes that can be supplied when creating a tag policy.
|
TagPolicyResourceType |
getType()
JSON:API resource type for a tag policy.
|
int |
hashCode() |
TagPolicyCreateData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(TagPolicyCreateAttributes attributes) |
void |
setType(TagPolicyResourceType type) |
String |
toString() |
TagPolicyCreateData |
type(TagPolicyResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public TagPolicyCreateData()
public TagPolicyCreateData(TagPolicyCreateAttributes attributes, TagPolicyResourceType type)
public TagPolicyCreateData attributes(TagPolicyCreateAttributes attributes)
public TagPolicyCreateAttributes getAttributes()
public void setAttributes(TagPolicyCreateAttributes attributes)
public TagPolicyCreateData type(TagPolicyResourceType type)
public TagPolicyResourceType getType()
public void setType(TagPolicyResourceType type)
public TagPolicyCreateData 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.