@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceLevelObjectiveQuery extends Object
metric. Note that Datadog
only allows the sum by aggregator to be used because this will sum up all request counts instead
of averaging them, or taking the max or min of all of those requests.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DENOMINATOR |
static String |
JSON_PROPERTY_NUMERATOR |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceLevelObjectiveQuery() |
ServiceLevelObjectiveQuery(String denominator,
String numerator) |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectiveQuery |
denominator(String denominator) |
boolean |
equals(Object o)
Return true if this ServiceLevelObjectiveQuery 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 |
getDenominator()
A Datadog metric query for total (valid) events.
|
String |
getNumerator()
A Datadog metric query for good events.
|
int |
hashCode() |
ServiceLevelObjectiveQuery |
numerator(String numerator) |
ServiceLevelObjectiveQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDenominator(String denominator) |
void |
setNumerator(String numerator) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DENOMINATOR
public static final String JSON_PROPERTY_NUMERATOR
public ServiceLevelObjectiveQuery denominator(String denominator)
public String getDenominator()
public void setDenominator(String denominator)
public ServiceLevelObjectiveQuery numerator(String numerator)
public String getNumerator()
public void setNumerator(String numerator)
public ServiceLevelObjectiveQuery 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 © 2024. All rights reserved.