| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotifyEndType |
NotifyEndType.CANCELED |
static NotifyEndType |
NotifyEndType.EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
static NotifyEndType |
NotifyEndType.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<NotifyEndType> |
Downtime.getNotifyEndTypes()
If set, notifies if a monitor is in an alert-worthy state (
ALERT, WARNING
, or NO DATA) when this downtime expires or is canceled. |
List<NotifyEndType> |
DowntimeChild.getNotifyEndTypes()
If set, notifies if a monitor is in an alert-worthy state (
ALERT, WARNING
, or NO DATA) when this downtime expires or is canceled. |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.addNotifyEndTypesItem(NotifyEndType notifyEndTypesItem) |
DowntimeChild |
DowntimeChild.addNotifyEndTypesItem(NotifyEndType notifyEndTypesItem) |
void |
NotifyEndType.NotifyEndTypeSerializer.serialize(NotifyEndType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.notifyEndTypes(List<NotifyEndType> notifyEndTypes) |
DowntimeChild |
DowntimeChild.notifyEndTypes(List<NotifyEndType> notifyEndTypes) |
void |
Downtime.setNotifyEndTypes(List<NotifyEndType> notifyEndTypes) |
void |
DowntimeChild.setNotifyEndTypes(List<NotifyEndType> notifyEndTypes) |
| Constructor and Description |
|---|
NotifyEndTypeSerializer(Class<NotifyEndType> t) |
Copyright © 2024. All rights reserved.