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