| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotifyEndState |
NotifyEndState.ALERT |
static NotifyEndState |
NotifyEndState.NO_DATA |
static NotifyEndState |
NotifyEndState.WARN |
| Modifier and Type | Method and Description |
|---|---|
static NotifyEndState |
NotifyEndState.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<NotifyEndState> |
Downtime.getNotifyEndStates()
States for which
notify_end_types sends out notifications for. |
List<NotifyEndState> |
DowntimeChild.getNotifyEndStates()
States for which
notify_end_types sends out notifications for. |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.addNotifyEndStatesItem(NotifyEndState notifyEndStatesItem) |
DowntimeChild |
DowntimeChild.addNotifyEndStatesItem(NotifyEndState notifyEndStatesItem) |
void |
NotifyEndState.NotifyEndStateSerializer.serialize(NotifyEndState value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.notifyEndStates(List<NotifyEndState> notifyEndStates) |
DowntimeChild |
DowntimeChild.notifyEndStates(List<NotifyEndState> notifyEndStates) |
void |
Downtime.setNotifyEndStates(List<NotifyEndState> notifyEndStates) |
void |
DowntimeChild.setNotifyEndStates(List<NotifyEndState> notifyEndStates) |
| Constructor and Description |
|---|
NotifyEndStateSerializer(Class<NotifyEndState> t) |
Copyright © 2024. All rights reserved.