@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorState extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_GROUPS |
boolean |
unparsed |
Constructor and Description |
---|
MonitorState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this MonitorState object is equal to o.
|
Map<String,MonitorStateGroup> |
getGroups()
Dictionary where the keys are groups (comma separated lists of tags) and the values are the
list of groups your monitor is broken down on.
|
MonitorState |
groups(Map<String,MonitorStateGroup> groups) |
int |
hashCode() |
MonitorState |
putGroupsItem(String key,
MonitorStateGroup groupsItem) |
void |
setGroups(Map<String,MonitorStateGroup> groups) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUPS
public MonitorState groups(Map<String,MonitorStateGroup> groups)
public MonitorState putGroupsItem(String key, MonitorStateGroup groupsItem)
@Nullable public Map<String,MonitorStateGroup> getGroups()
public void setGroups(Map<String,MonitorStateGroup> groups)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.