@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorNotificationRuleFilterScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SCOPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorNotificationRuleFilterScope() |
MonitorNotificationRuleFilterScope(String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorNotificationRuleFilterScope object is equal to o.
|
String |
getScope()
A scope expression composed by key:value pairs (e.g.
|
int |
hashCode() |
MonitorNotificationRuleFilterScope |
scope(String scope) |
void |
setScope(String scope) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_SCOPE
public MonitorNotificationRuleFilterScope()
public MonitorNotificationRuleFilterScope(String scope)
public MonitorNotificationRuleFilterScope scope(String scope)
public String getScope()
service:foo) with boolean
operators (AND, OR, NOT) and parentheses for grouping.public void setScope(String scope)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.