| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static MonitorType |
MonitorType.AUDIT_ALERT |
static MonitorType |
MonitorType.CI_PIPELINES_ALERT |
static MonitorType |
MonitorType.CI_TESTS_ALERT |
static MonitorType |
MonitorType.COMPOSITE |
static MonitorType |
MonitorType.DATABASE_MONITORING_ALERT |
static MonitorType |
MonitorType.ERROR_TRACKING_ALERT |
static MonitorType |
MonitorType.EVENT_ALERT |
static MonitorType |
MonitorType.EVENT_V2_ALERT |
static MonitorType |
MonitorType.LOG_ALERT |
static MonitorType |
MonitorType.METRIC_ALERT |
static MonitorType |
MonitorType.NETWORK_PERFORMANCE_ALERT |
static MonitorType |
MonitorType.PROCESS_ALERT |
static MonitorType |
MonitorType.QUERY_ALERT |
static MonitorType |
MonitorType.RUM_ALERT |
static MonitorType |
MonitorType.SERVICE_CHECK |
static MonitorType |
MonitorType.SLO_ALERT |
static MonitorType |
MonitorType.SYNTHETICS_ALERT |
static MonitorType |
MonitorType.TRACE_ANALYTICS_ALERT |
| Modifier and Type | Method and Description |
|---|---|
static MonitorType |
MonitorType.fromValue(String value) |
MonitorType |
Monitor.getType()
The type of the monitor.
|
MonitorType |
MonitorSearchResult.getType()
The type of the monitor.
|
MonitorType |
MonitorUpdateRequest.getType()
The type of the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorType.MonitorTypeSerializer.serialize(MonitorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Monitor.setType(MonitorType type) |
void |
MonitorSearchResult.setType(MonitorType type) |
void |
MonitorUpdateRequest.setType(MonitorType type) |
Monitor |
Monitor.type(MonitorType type) |
MonitorSearchResult |
MonitorSearchResult.type(MonitorType type) |
MonitorUpdateRequest |
MonitorUpdateRequest.type(MonitorType type) |
| Constructor and Description |
|---|
Monitor(String query,
MonitorType type) |
| Constructor and Description |
|---|
MonitorTypeSerializer(Class<MonitorType> t) |
Copyright © 2024. All rights reserved.