@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagIndexingRuleExemptionAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY_HANDLE |
static String |
JSON_PROPERTY_KIND |
static String |
JSON_PROPERTY_REASON |
boolean |
unparsed |
| Constructor and Description |
|---|
TagIndexingRuleExemptionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TagIndexingRuleExemptionAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the exemption was created.
|
String |
getCreatedByHandle()
Handle of the user who created the exemption.
|
String |
getKind()
Discriminates between an explicit exemption (
exemption) and a pre-existing legacy
tag configuration acting as an implicit exclusion (legacy_tag_configuration). |
String |
getReason()
The reason the metric is exempt from tag indexing rules.
|
int |
hashCode() |
TagIndexingRuleExemptionAttributes |
kind(String kind) |
TagIndexingRuleExemptionAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TagIndexingRuleExemptionAttributes |
reason(String reason) |
void |
setKind(String kind) |
void |
setReason(String reason) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY_HANDLE
public static final String JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_REASON
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public String getCreatedByHandle()
public TagIndexingRuleExemptionAttributes kind(String kind)
@Nullable public String getKind()
exemption) and a pre-existing legacy
tag configuration acting as an implicit exclusion (legacy_tag_configuration).public void setKind(String kind)
public TagIndexingRuleExemptionAttributes reason(String reason)
@Nullable public String getReason()
public void setReason(String reason)
public TagIndexingRuleExemptionAttributes 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.