@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricTagConfigurationUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATIONS |
static String |
JSON_PROPERTY_INCLUDE_PERCENTILES |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricTagConfigurationUpdateAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATIONS
public static final String JSON_PROPERTY_INCLUDE_PERCENTILES
public static final String JSON_PROPERTY_TAGS
public MetricTagConfigurationUpdateAttributes()
public MetricTagConfigurationUpdateAttributes aggregations(List<MetricCustomAggregation> aggregations)
public MetricTagConfigurationUpdateAttributes addAggregationsItem(MetricCustomAggregation aggregationsItem)
@Nullable public List<MetricCustomAggregation> getAggregations()
Can only be applied to metrics that have a metric_type of count,
rate, or gauge.
public void setAggregations(List<MetricCustomAggregation> aggregations)
public MetricTagConfigurationUpdateAttributes includePercentiles(Boolean includePercentiles)
@Nullable public Boolean getIncludePercentiles()
metric_type of distribution.public void setIncludePercentiles(Boolean includePercentiles)
public MetricTagConfigurationUpdateAttributes tags(List<String> tags)
public MetricTagConfigurationUpdateAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.