@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostTagKeyAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DETAILS |
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
CostTagKeyAttributes() |
CostTagKeyAttributes(List<String> sources,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CostTagKeyAttributes |
addSourcesItem(String sourcesItem) |
CostTagKeyAttributes |
details(CostTagKeyDetails details) |
boolean |
equals(Object o)
Return true if this CostTagKeyAttributes 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.
|
CostTagKeyDetails |
getDetails()
Additional details for a Cloud Cost Management tag key, including its description and example
tag values.
|
List<String> |
getSources()
List of sources that define this tag key.
|
String |
getValue()
The tag key name.
|
int |
hashCode() |
CostTagKeyAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDetails(CostTagKeyDetails details) |
void |
setSources(List<String> sources) |
void |
setValue(String value) |
CostTagKeyAttributes |
sources(List<String> sources) |
String |
toString() |
CostTagKeyAttributes |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_DETAILS
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_VALUE
public CostTagKeyAttributes details(CostTagKeyDetails details)
@Nullable public CostTagKeyDetails getDetails()
public void setDetails(CostTagKeyDetails details)
public CostTagKeyAttributes sources(List<String> sources)
public CostTagKeyAttributes addSourcesItem(String sourcesItem)
public List<String> getSources()
public CostTagKeyAttributes value(String value)
public String getValue()
public void setValue(String value)
public CostTagKeyAttributes 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.