@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CostTagAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
CostTagAttributes() |
CostTagAttributes(List<String> sources,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CostTagAttributes |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this CostTagAttributes 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.
|
List<String> |
getSources()
List of sources that define this tag.
|
String |
getValue()
The tag value in
key:value format. |
int |
hashCode() |
CostTagAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSources(List<String> sources) |
void |
setValue(String value) |
CostTagAttributes |
sources(List<String> sources) |
String |
toString() |
CostTagAttributes |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_VALUE
public CostTagAttributes sources(List<String> sources)
public CostTagAttributes addSourcesItem(String sourcesItem)
public CostTagAttributes value(String value)
public String getValue()
key:value format.public void setValue(String value)
public CostTagAttributes 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.