@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SLOCountSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
SLOCountSpec() |
SLOCountSpec(SLOCountDefinition count) |
| Modifier and Type | Method and Description |
|---|---|
SLOCountSpec |
count(SLOCountDefinition count) |
boolean |
equals(Object o)
Return true if this SLOCountSpec object is equal to o.
|
SLOCountDefinition |
getCount()
A count-based (metric) SLI specification, composed of three parts: the good events formula, the
bad or total events formula, and the underlying queries.
|
int |
hashCode() |
void |
setCount(SLOCountDefinition count) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COUNT
public SLOCountSpec()
public SLOCountSpec(SLOCountDefinition count)
public SLOCountSpec count(SLOCountDefinition count)
public SLOCountDefinition getCount()
total_events_formula or bad_events_formula must be provided.public void setCount(SLOCountDefinition count)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.