@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOOverallStatuses extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_ERROR_BUDGET_REMAINING |
static String |
JSON_PROPERTY_INDEXED_AT |
static String |
JSON_PROPERTY_RAW_ERROR_BUDGET_REMAINING |
static String |
JSON_PROPERTY_SPAN_PRECISION |
static String |
JSON_PROPERTY_STATE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TIMEFRAME |
boolean |
unparsed |
Constructor and Description |
---|
SLOOverallStatuses() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this SLOOverallStatuses object is equal to o.
|
SLOOverallStatuses |
error(String error) |
SLOOverallStatuses |
errorBudgetRemaining(Double errorBudgetRemaining) |
org.openapitools.jackson.nullable.JsonNullable<String> |
getError_JsonNullable() |
String |
getError()
Error message if SLO status or error budget could not be calculated.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getErrorBudgetRemaining_JsonNullable() |
Double |
getErrorBudgetRemaining()
Remaining error budget of the SLO in percentage.
|
Long |
getIndexedAt()
timestamp (UNIX time in seconds) of when the SLO status and error budget were calculated.
|
org.openapitools.jackson.nullable.JsonNullable<SLORawErrorBudgetRemaining> |
getRawErrorBudgetRemaining_JsonNullable() |
SLORawErrorBudgetRemaining |
getRawErrorBudgetRemaining()
Error budget remaining for an SLO.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getSpanPrecision_JsonNullable() |
Long |
getSpanPrecision()
The amount of decimal places the SLI value is accurate to.
|
SLOState |
getState()
State of the SLO.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getStatus_JsonNullable() |
Double |
getStatus()
The status of the SLO.
|
Double |
getTarget()
The target of the SLO.
|
SLOTimeframe |
getTimeframe()
The SLO time window options.
|
int |
hashCode() |
SLOOverallStatuses |
indexedAt(Long indexedAt) |
SLOOverallStatuses |
rawErrorBudgetRemaining(SLORawErrorBudgetRemaining rawErrorBudgetRemaining) |
void |
setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> error) |
void |
setError(String error) |
void |
setErrorBudgetRemaining_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> errorBudgetRemaining) |
void |
setErrorBudgetRemaining(Double errorBudgetRemaining) |
void |
setIndexedAt(Long indexedAt) |
void |
setRawErrorBudgetRemaining_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<SLORawErrorBudgetRemaining> rawErrorBudgetRemaining) |
void |
setRawErrorBudgetRemaining(SLORawErrorBudgetRemaining rawErrorBudgetRemaining) |
void |
setSpanPrecision_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> spanPrecision) |
void |
setSpanPrecision(Long spanPrecision) |
void |
setState(SLOState state) |
void |
setStatus_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> status) |
void |
setStatus(Double status) |
void |
setTarget(Double target) |
void |
setTimeframe(SLOTimeframe timeframe) |
SLOOverallStatuses |
spanPrecision(Long spanPrecision) |
SLOOverallStatuses |
state(SLOState state) |
SLOOverallStatuses |
status(Double status) |
SLOOverallStatuses |
target(Double target) |
SLOOverallStatuses |
timeframe(SLOTimeframe timeframe) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_ERROR_BUDGET_REMAINING
public static final String JSON_PROPERTY_INDEXED_AT
public static final String JSON_PROPERTY_RAW_ERROR_BUDGET_REMAINING
public static final String JSON_PROPERTY_SPAN_PRECISION
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TIMEFRAME
public SLOOverallStatuses error(String error)
@Nullable public String getError()
public org.openapitools.jackson.nullable.JsonNullable<String> getError_JsonNullable()
public void setError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> error)
public void setError(String error)
public SLOOverallStatuses errorBudgetRemaining(Double errorBudgetRemaining)
@Nullable public Double getErrorBudgetRemaining()
public org.openapitools.jackson.nullable.JsonNullable<Double> getErrorBudgetRemaining_JsonNullable()
public void setErrorBudgetRemaining_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> errorBudgetRemaining)
public void setErrorBudgetRemaining(Double errorBudgetRemaining)
public SLOOverallStatuses indexedAt(Long indexedAt)
@Nullable public Long getIndexedAt()
public void setIndexedAt(Long indexedAt)
public SLOOverallStatuses rawErrorBudgetRemaining(SLORawErrorBudgetRemaining rawErrorBudgetRemaining)
@Nullable public SLORawErrorBudgetRemaining getRawErrorBudgetRemaining()
public org.openapitools.jackson.nullable.JsonNullable<SLORawErrorBudgetRemaining> getRawErrorBudgetRemaining_JsonNullable()
public void setRawErrorBudgetRemaining_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<SLORawErrorBudgetRemaining> rawErrorBudgetRemaining)
public void setRawErrorBudgetRemaining(SLORawErrorBudgetRemaining rawErrorBudgetRemaining)
public SLOOverallStatuses spanPrecision(Long spanPrecision)
@Nullable public Long getSpanPrecision()
public org.openapitools.jackson.nullable.JsonNullable<Long> getSpanPrecision_JsonNullable()
public void setSpanPrecision_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> spanPrecision)
public void setSpanPrecision(Long spanPrecision)
public SLOOverallStatuses state(SLOState state)
@Nullable public SLOState getState()
public void setState(SLOState state)
public SLOOverallStatuses status(Double status)
@Nullable public Double getStatus()
public org.openapitools.jackson.nullable.JsonNullable<Double> getStatus_JsonNullable()
public void setStatus_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> status)
public void setStatus(Double status)
public SLOOverallStatuses target(Double target)
@Nullable public Double getTarget()
public void setTarget(Double target)
public SLOOverallStatuses timeframe(SLOTimeframe timeframe)
@Nullable public SLOTimeframe getTimeframe()
public void setTimeframe(SLOTimeframe timeframe)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.