@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabMetricStatRange extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
static String |
JSON_PROPERTY_STAT |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabMetricStatRange() |
ModelLabMetricStatRange(Double max,
Double min,
String stat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ModelLabMetricStatRange 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 |
getMax()
The maximum value of the statistic.
|
Double |
getMin()
The minimum value of the statistic.
|
String |
getStat()
The metric statistic name.
|
int |
hashCode() |
ModelLabMetricStatRange |
max(Double max) |
ModelLabMetricStatRange |
min(Double min) |
ModelLabMetricStatRange |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMax(Double max) |
void |
setMin(Double min) |
void |
setStat(String stat) |
ModelLabMetricStatRange |
stat(String stat) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_STAT
public ModelLabMetricStatRange max(Double max)
public Double getMax()
public void setMax(Double max)
public ModelLabMetricStatRange min(Double min)
public Double getMin()
public void setMin(Double min)
public ModelLabMetricStatRange stat(String stat)
public String getStat()
public void setStat(String stat)
public ModelLabMetricStatRange 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 © 2026. All rights reserved.