| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static EventAlertType |
EventAlertType.ERROR |
static EventAlertType |
EventAlertType.INFO |
static EventAlertType |
EventAlertType.RECOMMENDATION |
static EventAlertType |
EventAlertType.SNAPSHOT |
static EventAlertType |
EventAlertType.SUCCESS |
static EventAlertType |
EventAlertType.USER_UPDATE |
static EventAlertType |
EventAlertType.WARNING |
| Modifier and Type | Method and Description |
|---|---|
static EventAlertType |
EventAlertType.fromValue(String value) |
EventAlertType |
Event.getAlertType()
If an alert event is enabled, set its type.
|
EventAlertType |
EventCreateRequest.getAlertType()
If an alert event is enabled, set its type.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.alertType(EventAlertType alertType) |
EventCreateRequest |
EventCreateRequest.alertType(EventAlertType alertType) |
void |
EventAlertType.EventAlertTypeSerializer.serialize(EventAlertType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Event.setAlertType(EventAlertType alertType) |
void |
EventCreateRequest.setAlertType(EventAlertType alertType) |
| Constructor and Description |
|---|
EventAlertTypeSerializer(Class<EventAlertType> t) |
Copyright © 2024. All rights reserved.