| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceCheckStatus |
ServiceCheckStatus.CRITICAL |
static ServiceCheckStatus |
ServiceCheckStatus.OK |
static ServiceCheckStatus |
ServiceCheckStatus.UNKNOWN |
static ServiceCheckStatus |
ServiceCheckStatus.WARNING |
| Modifier and Type | Method and Description |
|---|---|
static ServiceCheckStatus |
ServiceCheckStatus.fromValue(Integer value) |
ServiceCheckStatus |
ServiceCheck.getStatus()
The status of a service check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceCheckStatus.ServiceCheckStatusSerializer.serialize(ServiceCheckStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ServiceCheck.setStatus(ServiceCheckStatus status) |
ServiceCheck |
ServiceCheck.status(ServiceCheckStatus status) |
| Constructor and Description |
|---|
ServiceCheck(String check,
String hostName,
ServiceCheckStatus status,
List<String> tags) |
| Constructor and Description |
|---|
ServiceCheckStatusSerializer(Class<ServiceCheckStatus> t) |
Copyright © 2024. All rights reserved.