| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EventStatusType |
EventStatusType.ERROR |
static EventStatusType |
EventStatusType.FAILURE |
static EventStatusType |
EventStatusType.INFO |
static EventStatusType |
EventStatusType.RECOMMENDATION |
static EventStatusType |
EventStatusType.SNAPSHOT |
static EventStatusType |
EventStatusType.SUCCESS |
static EventStatusType |
EventStatusType.USER_UPDATE |
static EventStatusType |
EventStatusType.WARNING |
| Modifier and Type | Method and Description |
|---|---|
static EventStatusType |
EventStatusType.fromValue(String value) |
EventStatusType |
EventAttributes.getStatus()
If an alert event is enabled, its status is one of the following:
failure,
error, warning, info, success, user_update
, recommendation, or snapshot. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventStatusType.EventStatusTypeSerializer.serialize(EventStatusType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EventAttributes.setStatus(EventStatusType status) |
EventAttributes |
EventAttributes.status(EventStatusType status) |
| Constructor and Description |
|---|
EventStatusTypeSerializer(Class<EventStatusType> t) |
Copyright © 2024. All rights reserved.