@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorNotificationRuleFilterTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorNotificationRuleFilterTags() |
MonitorNotificationRuleFilterTags(List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
MonitorNotificationRuleFilterTags |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this MonitorNotificationRuleFilterTags object is equal to o.
|
List<String> |
getTags()
A list of tag key:value pairs (e.g.
|
int |
hashCode() |
void |
setTags(List<String> tags) |
MonitorNotificationRuleFilterTags |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_TAGS
public MonitorNotificationRuleFilterTags tags(List<String> tags)
public MonitorNotificationRuleFilterTags addTagsItem(String tagsItem)
public List<String> getTags()
team:product). All tags must match (AND
semantics).public boolean equals(Object o)
Copyright © 2026. All rights reserved.