@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricTagConfigurationCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGGREGATIONS |
static String |
JSON_PROPERTY_EXCLUDE_TAGS_MODE |
static String |
JSON_PROPERTY_INCLUDE_PERCENTILES |
static String |
JSON_PROPERTY_METRIC_TYPE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricTagConfigurationCreateAttributes() |
MetricTagConfigurationCreateAttributes(MetricTagConfigurationMetricTypes metricType,
List<String> tags) |
public boolean unparsed
public static final String JSON_PROPERTY_AGGREGATIONS
public static final String JSON_PROPERTY_EXCLUDE_TAGS_MODE
public static final String JSON_PROPERTY_INCLUDE_PERCENTILES
public static final String JSON_PROPERTY_METRIC_TYPE
public static final String JSON_PROPERTY_TAGS
public MetricTagConfigurationCreateAttributes()
public MetricTagConfigurationCreateAttributes(MetricTagConfigurationMetricTypes metricType, List<String> tags)
public MetricTagConfigurationCreateAttributes aggregations(List<MetricCustomAggregation> aggregations)
public MetricTagConfigurationCreateAttributes 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 MetricTagConfigurationCreateAttributes excludeTagsMode(Boolean excludeTagsMode)
@Nullable public Boolean getExcludeTagsMode()
tags property.public void setExcludeTagsMode(Boolean excludeTagsMode)
public MetricTagConfigurationCreateAttributes includePercentiles(Boolean includePercentiles)
@Nullable public Boolean getIncludePercentiles()
metric_type of distribution.public void setIncludePercentiles(Boolean includePercentiles)
public MetricTagConfigurationCreateAttributes metricType(MetricTagConfigurationMetricTypes metricType)
public MetricTagConfigurationMetricTypes getMetricType()
public void setMetricType(MetricTagConfigurationMetricTypes metricType)
public MetricTagConfigurationCreateAttributes tags(List<String> tags)
public MetricTagConfigurationCreateAttributes addTagsItem(String tagsItem)
public List<String> getTags()
public MetricTagConfigurationCreateAttributes 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.