@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppGroupByHistogram extends Object
(max - min)/interval
.Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
boolean |
unparsed |
Constructor and Description |
---|
CIAppGroupByHistogram() |
CIAppGroupByHistogram(Double interval,
Double max,
Double min) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this CIAppGroupByHistogram object is equal to o.
|
Double |
getInterval()
The bin size of the histogram buckets.
|
Double |
getMax()
The maximum value for the measure used in the histogram (values greater than this one are
filtered out).
|
Double |
getMin()
The minimum value for the measure used in the histogram (values smaller than this one are
filtered out).
|
int |
hashCode() |
CIAppGroupByHistogram |
interval(Double interval) |
CIAppGroupByHistogram |
max(Double max) |
CIAppGroupByHistogram |
min(Double min) |
void |
setInterval(Double interval) |
void |
setMax(Double max) |
void |
setMin(Double min) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public CIAppGroupByHistogram interval(Double interval)
public Double getInterval()
public void setInterval(Double interval)
public CIAppGroupByHistogram max(Double max)
public Double getMax()
public void setMax(Double max)
public CIAppGroupByHistogram min(Double min)
public Double getMin()
public void setMin(Double min)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.