@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagIndexingRuleUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXCLUDE_TAGS_MODE |
static String |
JSON_PROPERTY_IGNORED_METRIC_NAME_MATCHES |
static String |
JSON_PROPERTY_METRIC_NAME_MATCHES |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_RULE_ORDER |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
TagIndexingRuleUpdateAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_EXCLUDE_TAGS_MODE
public static final String JSON_PROPERTY_IGNORED_METRIC_NAME_MATCHES
public static final String JSON_PROPERTY_METRIC_NAME_MATCHES
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_RULE_ORDER
public static final String JSON_PROPERTY_TAGS
public TagIndexingRuleUpdateAttributes excludeTagsMode(Boolean excludeTagsMode)
@Nullable public Boolean getExcludeTagsMode()
public void setExcludeTagsMode(Boolean excludeTagsMode)
public TagIndexingRuleUpdateAttributes ignoredMetricNameMatches(List<String> ignoredMetricNameMatches)
public TagIndexingRuleUpdateAttributes addIgnoredMetricNameMatchesItem(String ignoredMetricNameMatchesItem)
@Nullable public List<String> getIgnoredMetricNameMatches()
public void setIgnoredMetricNameMatches(List<String> ignoredMetricNameMatches)
public TagIndexingRuleUpdateAttributes metricNameMatches(List<String> metricNameMatches)
public TagIndexingRuleUpdateAttributes addMetricNameMatchesItem(String metricNameMatchesItem)
@Nullable public List<String> getMetricNameMatches()
public TagIndexingRuleUpdateAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public TagIndexingRuleUpdateAttributes options(TagIndexingRuleOptions options)
@Nullable public TagIndexingRuleOptions getOptions()
public void setOptions(TagIndexingRuleOptions options)
public TagIndexingRuleUpdateAttributes ruleOrder(Long ruleOrder)
@Nullable public Long getRuleOrder()
public void setRuleOrder(Long ruleOrder)
public TagIndexingRuleUpdateAttributes tags(List<String> tags)
public TagIndexingRuleUpdateAttributes addTagsItem(String tagsItem)
public TagIndexingRuleUpdateAttributes 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.