| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EventPriority |
EventPriority.LOW |
static EventPriority |
EventPriority.NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static EventPriority |
EventPriority.fromValue(String value) |
EventPriority |
EventAttributes.getPriority()
The priority of the event's monitor.
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<EventPriority> |
EventAttributes.getPriority_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
EventAttributes |
EventAttributes.priority(EventPriority priority) |
void |
EventPriority.EventPrioritySerializer.serialize(EventPriority value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EventAttributes.setPriority(EventPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventAttributes.setPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EventPriority> priority) |
| Constructor and Description |
|---|
EventPrioritySerializer(Class<EventPriority> t) |
Copyright © 2024. All rights reserved.