| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DowntimeNotifyEndStateTypes |
DowntimeNotifyEndStateTypes.ALERT |
static DowntimeNotifyEndStateTypes |
DowntimeNotifyEndStateTypes.NO_DATA |
static DowntimeNotifyEndStateTypes |
DowntimeNotifyEndStateTypes.WARN |
| Modifier and Type | Method and Description |
|---|---|
static DowntimeNotifyEndStateTypes |
DowntimeNotifyEndStateTypes.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<DowntimeNotifyEndStateTypes> |
DowntimeResponseAttributes.getNotifyEndStates()
States that will trigger a monitor notification when the
notify_end_types action
occurs. |
List<DowntimeNotifyEndStateTypes> |
DowntimeCreateRequestAttributes.getNotifyEndStates()
States that will trigger a monitor notification when the
notify_end_types action
occurs. |
List<DowntimeNotifyEndStateTypes> |
DowntimeUpdateRequestAttributes.getNotifyEndStates()
States that will trigger a monitor notification when the
notify_end_types action
occurs. |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponseAttributes |
DowntimeResponseAttributes.addNotifyEndStatesItem(DowntimeNotifyEndStateTypes notifyEndStatesItem) |
DowntimeCreateRequestAttributes |
DowntimeCreateRequestAttributes.addNotifyEndStatesItem(DowntimeNotifyEndStateTypes notifyEndStatesItem) |
DowntimeUpdateRequestAttributes |
DowntimeUpdateRequestAttributes.addNotifyEndStatesItem(DowntimeNotifyEndStateTypes notifyEndStatesItem) |
void |
DowntimeNotifyEndStateTypes.DowntimeNotifyEndStateTypesSerializer.serialize(DowntimeNotifyEndStateTypes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponseAttributes |
DowntimeResponseAttributes.notifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
DowntimeCreateRequestAttributes |
DowntimeCreateRequestAttributes.notifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
DowntimeUpdateRequestAttributes |
DowntimeUpdateRequestAttributes.notifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
void |
DowntimeResponseAttributes.setNotifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
void |
DowntimeCreateRequestAttributes.setNotifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
void |
DowntimeUpdateRequestAttributes.setNotifyEndStates(List<DowntimeNotifyEndStateTypes> notifyEndStates) |
| Constructor and Description |
|---|
DowntimeNotifyEndStateTypesSerializer(Class<DowntimeNotifyEndStateTypes> t) |
Copyright © 2024. All rights reserved.