@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagIndexingRuleMetricMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_QUERIED |
static String |
JSON_PROPERTY_NOT_QUERIED |
static String |
JSON_PROPERTY_NOT_USED_IN_ASSETS |
static String |
JSON_PROPERTY_QUERIED_WINDOW_SECONDS |
static String |
JSON_PROPERTY_USED_IN_ASSETS |
boolean |
unparsed |
| Constructor and Description |
|---|
TagIndexingRuleMetricMatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TagIndexingRuleMetricMatch 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.
|
Boolean |
getIsQueried()
Match metrics that are being queried.
|
Boolean |
getNotQueried()
Match metrics that are not being queried.
|
Boolean |
getNotUsedInAssets()
Match metrics not used in any dashboards or monitors.
|
Long |
getQueriedWindowSeconds()
Window in seconds for evaluating query state.
|
Boolean |
getUsedInAssets()
Match metrics used in dashboards or monitors.
|
int |
hashCode() |
TagIndexingRuleMetricMatch |
isQueried(Boolean isQueried) |
TagIndexingRuleMetricMatch |
notQueried(Boolean notQueried) |
TagIndexingRuleMetricMatch |
notUsedInAssets(Boolean notUsedInAssets) |
TagIndexingRuleMetricMatch |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TagIndexingRuleMetricMatch |
queriedWindowSeconds(Long queriedWindowSeconds) |
void |
setIsQueried(Boolean isQueried) |
void |
setNotQueried(Boolean notQueried) |
void |
setNotUsedInAssets(Boolean notUsedInAssets) |
void |
setQueriedWindowSeconds(Long queriedWindowSeconds) |
void |
setUsedInAssets(Boolean usedInAssets) |
String |
toString() |
TagIndexingRuleMetricMatch |
usedInAssets(Boolean usedInAssets) |
public boolean unparsed
public static final String JSON_PROPERTY_IS_QUERIED
public static final String JSON_PROPERTY_NOT_QUERIED
public static final String JSON_PROPERTY_NOT_USED_IN_ASSETS
public static final String JSON_PROPERTY_QUERIED_WINDOW_SECONDS
public static final String JSON_PROPERTY_USED_IN_ASSETS
public TagIndexingRuleMetricMatch isQueried(Boolean isQueried)
@Nullable public Boolean getIsQueried()
public void setIsQueried(Boolean isQueried)
public TagIndexingRuleMetricMatch notQueried(Boolean notQueried)
@Nullable public Boolean getNotQueried()
public void setNotQueried(Boolean notQueried)
public TagIndexingRuleMetricMatch notUsedInAssets(Boolean notUsedInAssets)
@Nullable public Boolean getNotUsedInAssets()
public void setNotUsedInAssets(Boolean notUsedInAssets)
public TagIndexingRuleMetricMatch queriedWindowSeconds(Long queriedWindowSeconds)
@Nullable public Long getQueriedWindowSeconds()
public void setQueriedWindowSeconds(Long queriedWindowSeconds)
public TagIndexingRuleMetricMatch usedInAssets(Boolean usedInAssets)
@Nullable public Boolean getUsedInAssets()
public void setUsedInAssets(Boolean usedInAssets)
public TagIndexingRuleMetricMatch 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.