| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOTypeNumeric |
SLOTypeNumeric.METRIC |
static SLOTypeNumeric |
SLOTypeNumeric.MONITOR |
static SLOTypeNumeric |
SLOTypeNumeric.TIME_SLICE |
| Modifier and Type | Method and Description |
|---|---|
static SLOTypeNumeric |
SLOTypeNumeric.fromValue(Integer value) |
SLOTypeNumeric |
SLOHistoryResponseData.getTypeId()
A numeric representation of the type of the service level objective (
0 for
monitor, 1 for metric). |
| Modifier and Type | Method and Description |
|---|---|
void |
SLOTypeNumeric.SLOTypeNumericSerializer.serialize(SLOTypeNumeric value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOHistoryResponseData.setTypeId(SLOTypeNumeric typeId) |
SLOHistoryResponseData |
SLOHistoryResponseData.typeId(SLOTypeNumeric typeId) |
| Constructor and Description |
|---|
SLOTypeNumericSerializer(Class<SLOTypeNumeric> t) |
Copyright © 2024. All rights reserved.