@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.
|
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.