@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RawErrorBudgetRemaining extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_UNIT |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
RawErrorBudgetRemaining() |
RawErrorBudgetRemaining(String unit,
Double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RawErrorBudgetRemaining object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getUnit()
The unit of the error budget (for example,
seconds, requests). |
Double |
getValue()
The numeric value of the remaining error budget.
|
int |
hashCode() |
RawErrorBudgetRemaining |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setUnit(String unit) |
void |
setValue(Double value) |
String |
toString() |
RawErrorBudgetRemaining |
unit(String unit) |
RawErrorBudgetRemaining |
value(Double value) |
public boolean unparsed
public static final String JSON_PROPERTY_UNIT
public static final String JSON_PROPERTY_VALUE
public RawErrorBudgetRemaining unit(String unit)
public String getUnit()
seconds, requests).public void setUnit(String unit)
public RawErrorBudgetRemaining value(Double value)
public Double getValue()
public void setValue(Double value)
public RawErrorBudgetRemaining putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.