@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsGroupByHistogram extends Object
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 |
---|
LogsGroupByHistogram() |
LogsGroupByHistogram(Double interval,
Double max,
Double min) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this LogsGroupByHistogram 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() |
LogsGroupByHistogram |
interval(Double interval) |
LogsGroupByHistogram |
max(Double max) |
LogsGroupByHistogram |
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 LogsGroupByHistogram interval(Double interval)
public Double getInterval()
public void setInterval(Double interval)
public LogsGroupByHistogram max(Double max)
public Double getMax()
public void setMax(Double max)
public LogsGroupByHistogram min(Double min)
public Double getMin()
public void setMin(Double min)
public boolean equals(Object o)
Copyright © 2022. All rights reserved.