@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostTagKeyMetadata extends 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 |
|---|
CostTagKeyMetadata() |
CostTagKeyMetadata(CostTagKeyMetadataAttributes attributes,
String id,
CostTagKeyMetadataType type) |
| Modifier and Type | Method and Description |
|---|---|
CostTagKeyMetadata |
attributes(CostTagKeyMetadataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CostTagKeyMetadata 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.
|
CostTagKeyMetadataAttributes |
getAttributes()
Attributes of a Cloud Cost Management tag key metadata entry.
|
String |
getId()
A composite identifier of the form
tag_key:metric for monthly roll-ups, or
tag_key:metric:YYYY-MM-DD when filter[daily]=true. |
CostTagKeyMetadataType |
getType()
Type of the Cloud Cost Management tag key metadata resource.
|
int |
hashCode() |
CostTagKeyMetadata |
id(String id) |
CostTagKeyMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CostTagKeyMetadataAttributes attributes) |
void |
setId(String id) |
void |
setType(CostTagKeyMetadataType type) |
String |
toString() |
CostTagKeyMetadata |
type(CostTagKeyMetadataType 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 CostTagKeyMetadata()
public CostTagKeyMetadata(CostTagKeyMetadataAttributes attributes, String id, CostTagKeyMetadataType type)
public CostTagKeyMetadata attributes(CostTagKeyMetadataAttributes attributes)
public CostTagKeyMetadataAttributes getAttributes()
public void setAttributes(CostTagKeyMetadataAttributes attributes)
public CostTagKeyMetadata id(String id)
public String getId()
tag_key:metric for monthly roll-ups, or
tag_key:metric:YYYY-MM-DD when filter[daily]=true.public void setId(String id)
public CostTagKeyMetadata type(CostTagKeyMetadataType type)
public CostTagKeyMetadataType getType()
public void setType(CostTagKeyMetadataType type)
public CostTagKeyMetadata 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.