@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricSuggestedTagsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTIVE_AGGREGATIONS |
static String |
JSON_PROPERTY_ACTIVE_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricSuggestedTagsAttributes() |
| Modifier and Type | Method and Description |
|---|---|
MetricSuggestedTagsAttributes |
activeAggregations(List<MetricCustomAggregation> activeAggregations) |
MetricSuggestedTagsAttributes |
activeTags(List<String> activeTags) |
MetricSuggestedTagsAttributes |
addActiveAggregationsItem(MetricCustomAggregation activeAggregationsItem) |
MetricSuggestedTagsAttributes |
addActiveTagsItem(String activeTagsItem) |
boolean |
equals(Object o)
Return true if this MetricSuggestedTagsAttributes object is equal to o.
|
List<MetricCustomAggregation> |
getActiveAggregations()
List of aggregation combinations that have been actively queried.
|
List<String> |
getActiveTags()
List of tag keys that have been actively queried.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
int |
hashCode() |
MetricSuggestedTagsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setActiveAggregations(List<MetricCustomAggregation> activeAggregations) |
void |
setActiveTags(List<String> activeTags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTIVE_AGGREGATIONS
public static final String JSON_PROPERTY_ACTIVE_TAGS
public MetricSuggestedTagsAttributes activeAggregations(List<MetricCustomAggregation> activeAggregations)
public MetricSuggestedTagsAttributes addActiveAggregationsItem(MetricCustomAggregation activeAggregationsItem)
@Nullable public List<MetricCustomAggregation> getActiveAggregations()
public void setActiveAggregations(List<MetricCustomAggregation> activeAggregations)
public MetricSuggestedTagsAttributes activeTags(List<String> activeTags)
public MetricSuggestedTagsAttributes addActiveTagsItem(String activeTagsItem)
@Nullable public List<String> getActiveTags()
public MetricSuggestedTagsAttributes 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 © 2024. All rights reserved.