| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitorType |
MonitorType.fromValue(String value) |
MonitorType |
MonitorUpdateRequest.getType()
The type of the monitor.
|
MonitorType |
MonitorSearchResult.getType()
The type of the monitor.
|
MonitorType |
Monitor.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 |
MonitorUpdateRequest.setType(MonitorType type) |
void |
MonitorSearchResult.setType(MonitorType type) |
void |
Monitor.setType(MonitorType type) |
MonitorUpdateRequest |
MonitorUpdateRequest.type(MonitorType type) |
MonitorSearchResult |
MonitorSearchResult.type(MonitorType type) |
Monitor |
Monitor.type(MonitorType type) |
| Constructor and Description |
|---|
Monitor(String query,
MonitorType type) |
| Constructor and Description |
|---|
MonitorTypeSerializer(Class<MonitorType> t) |
Copyright © 2026. All rights reserved.