| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOCorrectionCategory |
SLOCorrectionCategory.DEPLOYMENT |
static SLOCorrectionCategory |
SLOCorrectionCategory.OTHER |
static SLOCorrectionCategory |
SLOCorrectionCategory.OUTSIDE_BUSINESS_HOURS |
static SLOCorrectionCategory |
SLOCorrectionCategory.SCHEDULED_MAINTENANCE |
| Modifier and Type | Method and Description |
|---|---|
static SLOCorrectionCategory |
SLOCorrectionCategory.fromValue(String value) |
SLOCorrectionCategory |
SLOCorrectionCreateRequestAttributes.getCategory()
Category the SLO correction belongs to.
|
SLOCorrectionCategory |
SLOCorrectionUpdateRequestAttributes.getCategory()
Category the SLO correction belongs to.
|
SLOCorrectionCategory |
SLOCorrectionResponseAttributes.getCategory()
Category the SLO correction belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionCreateRequestAttributes |
SLOCorrectionCreateRequestAttributes.category(SLOCorrectionCategory category) |
SLOCorrectionUpdateRequestAttributes |
SLOCorrectionUpdateRequestAttributes.category(SLOCorrectionCategory category) |
SLOCorrectionResponseAttributes |
SLOCorrectionResponseAttributes.category(SLOCorrectionCategory category) |
void |
SLOCorrectionCategory.SLOCorrectionCategorySerializer.serialize(SLOCorrectionCategory value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOCorrectionCreateRequestAttributes.setCategory(SLOCorrectionCategory category) |
void |
SLOCorrectionUpdateRequestAttributes.setCategory(SLOCorrectionCategory category) |
void |
SLOCorrectionResponseAttributes.setCategory(SLOCorrectionCategory category) |
| Constructor and Description |
|---|
SLOCorrectionCreateRequestAttributes(SLOCorrectionCategory category,
String sloId,
Long start) |
| Constructor and Description |
|---|
SLOCorrectionCategorySerializer(Class<SLOCorrectionCategory> t) |
Copyright © 2024. All rights reserved.