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