@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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) |
LogsGroupByHistogram |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 LogsGroupByHistogram 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.