| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorStateGroup |
MonitorStateGroup.lastNodataTs(Long lastNodataTs) |
MonitorStateGroup |
MonitorStateGroup.lastNotifiedTs(Long lastNotifiedTs) |
MonitorStateGroup |
MonitorStateGroup.lastResolvedTs(Long lastResolvedTs) |
MonitorStateGroup |
MonitorStateGroup.lastTriggeredTs(Long lastTriggeredTs) |
MonitorStateGroup |
MonitorStateGroup.name(String name) |
MonitorStateGroup |
MonitorStateGroup.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MonitorStateGroup> |
MonitorState.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.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorState |
MonitorState.putGroupsItem(String key,
MonitorStateGroup groupsItem) |
| Modifier and Type | Method and Description |
|---|---|
MonitorState |
MonitorState.groups(Map<String,MonitorStateGroup> groups) |
void |
MonitorState.setGroups(Map<String,MonitorStateGroup> groups) |
Copyright © 2024. All rights reserved.