@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorGroupSearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP |
static String |
JSON_PROPERTY_GROUP_TAGS |
static String |
JSON_PROPERTY_LAST_NODATA_TS |
static String |
JSON_PROPERTY_LAST_TRIGGERED_TS |
static String |
JSON_PROPERTY_MONITOR_ID |
static String |
JSON_PROPERTY_MONITOR_NAME |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorGroupSearchResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MonitorGroupSearchResult 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.
|
String |
getGroup()
The name of the group.
|
List<String> |
getGroupTags()
The list of tags of the monitor group.
|
Long |
getLastNodataTs()
Latest timestamp the monitor group was in NO_DATA state.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLastTriggeredTs_JsonNullable() |
Long |
getLastTriggeredTs()
Latest timestamp the monitor group triggered.
|
Long |
getMonitorId()
The ID of the monitor.
|
String |
getMonitorName()
The name of the monitor.
|
MonitorOverallStates |
getStatus()
The different states your monitor can be in.
|
int |
hashCode() |
MonitorGroupSearchResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP
public static final String JSON_PROPERTY_GROUP_TAGS
public static final String JSON_PROPERTY_LAST_NODATA_TS
public static final String JSON_PROPERTY_LAST_TRIGGERED_TS
public static final String JSON_PROPERTY_MONITOR_ID
public static final String JSON_PROPERTY_MONITOR_NAME
public static final String JSON_PROPERTY_STATUS
@Nullable public String getGroup()
@Nullable public List<String> getGroupTags()
@Nullable public Long getLastNodataTs()
@Nullable public Long getLastTriggeredTs()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLastTriggeredTs_JsonNullable()
@Nullable public Long getMonitorId()
@Nullable public String getMonitorName()
@Nullable public MonitorOverallStates getStatus()
public MonitorGroupSearchResult 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 © 2024. All rights reserved.