| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SLOErrorTimeframe |
SLOErrorTimeframe.ALL |
static SLOErrorTimeframe |
SLOErrorTimeframe.NINETY_DAYS |
static SLOErrorTimeframe |
SLOErrorTimeframe.SEVEN_DAYS |
static SLOErrorTimeframe |
SLOErrorTimeframe.THIRTY_DAYS |
| Modifier and Type | Method and Description |
|---|---|
static SLOErrorTimeframe |
SLOErrorTimeframe.fromValue(String value) |
SLOErrorTimeframe |
SLOBulkDeleteError.getTimeframe()
The timeframe of the threshold associated with this error or "all" if all thresholds are
affected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLOErrorTimeframe.SLOErrorTimeframeSerializer.serialize(SLOErrorTimeframe value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOBulkDeleteError.setTimeframe(SLOErrorTimeframe timeframe) |
SLOBulkDeleteError |
SLOBulkDeleteError.timeframe(SLOErrorTimeframe timeframe) |
| Constructor and Description |
|---|
SLOBulkDeleteError(String id,
String message,
SLOErrorTimeframe timeframe) |
| Constructor and Description |
|---|
SLOErrorTimeframeSerializer(Class<SLOErrorTimeframe> t) |
Copyright © 2024. All rights reserved.