| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOCorrectionType |
SLOCorrectionType.CORRECTION |
| Modifier and Type | Method and Description |
|---|---|
static SLOCorrectionType |
SLOCorrectionType.fromValue(String value) |
SLOCorrectionType |
SLOCorrectionCreateData.getType()
SLO correction resource type.
|
SLOCorrectionType |
SLOCorrectionUpdateData.getType()
SLO correction resource type.
|
SLOCorrectionType |
SLOCorrection.getType()
SLO correction resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLOCorrectionType.SLOCorrectionTypeSerializer.serialize(SLOCorrectionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOCorrectionCreateData.setType(SLOCorrectionType type) |
void |
SLOCorrectionUpdateData.setType(SLOCorrectionType type) |
void |
SLOCorrection.setType(SLOCorrectionType type) |
SLOCorrectionCreateData |
SLOCorrectionCreateData.type(SLOCorrectionType type) |
SLOCorrectionUpdateData |
SLOCorrectionUpdateData.type(SLOCorrectionType type) |
SLOCorrection |
SLOCorrection.type(SLOCorrectionType type) |
| Constructor and Description |
|---|
SLOCorrectionCreateData(SLOCorrectionType type) |
| Constructor and Description |
|---|
SLOCorrectionTypeSerializer(Class<SLOCorrectionType> t) |
Copyright © 2024. All rights reserved.