@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabMetricSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COUNT |
static String |
JSON_PROPERTY_FIRST_STEP |
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_LAST_STEP |
static String |
JSON_PROPERTY_LATEST |
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MEAN |
static String |
JSON_PROPERTY_MIN |
static String |
JSON_PROPERTY_STDDEV |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabMetricSummary() |
ModelLabMetricSummary(Long count,
String key) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabMetricSummary |
count(Long count) |
boolean |
equals(Object o)
Return true if this ModelLabMetricSummary object is equal to o.
|
ModelLabMetricSummary |
firstStep(Long firstStep) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getCount()
The total number of recorded values.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getFirstStep_JsonNullable() |
Long |
getFirstStep()
The first step at which the metric was recorded.
|
String |
getKey()
The metric name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLastStep_JsonNullable() |
Long |
getLastStep()
The last step at which the metric was recorded.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getLatest_JsonNullable() |
Double |
getLatest()
The most recently recorded value.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getMax_JsonNullable() |
Double |
getMax()
The maximum recorded value.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getMean_JsonNullable() |
Double |
getMean()
The mean of recorded values.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getMin_JsonNullable() |
Double |
getMin()
The minimum recorded value.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getStddev_JsonNullable() |
Double |
getStddev()
The standard deviation of recorded values.
|
int |
hashCode() |
ModelLabMetricSummary |
key(String key) |
ModelLabMetricSummary |
lastStep(Long lastStep) |
ModelLabMetricSummary |
latest(Double latest) |
ModelLabMetricSummary |
max(Double max) |
ModelLabMetricSummary |
mean(Double mean) |
ModelLabMetricSummary |
min(Double min) |
ModelLabMetricSummary |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCount(Long count) |
void |
setFirstStep_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> firstStep) |
void |
setFirstStep(Long firstStep) |
void |
setKey(String key) |
void |
setLastStep_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> lastStep) |
void |
setLastStep(Long lastStep) |
void |
setLatest_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> latest) |
void |
setLatest(Double latest) |
void |
setMax_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> max) |
void |
setMax(Double max) |
void |
setMean_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> mean) |
void |
setMean(Double mean) |
void |
setMin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> min) |
void |
setMin(Double min) |
void |
setStddev_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> stddev) |
void |
setStddev(Double stddev) |
ModelLabMetricSummary |
stddev(Double stddev) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_FIRST_STEP
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_LAST_STEP
public static final String JSON_PROPERTY_LATEST
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MEAN
public static final String JSON_PROPERTY_MIN
public static final String JSON_PROPERTY_STDDEV
public ModelLabMetricSummary count(Long count)
public Long getCount()
public void setCount(Long count)
public ModelLabMetricSummary firstStep(Long firstStep)
@Nullable public Long getFirstStep()
public org.openapitools.jackson.nullable.JsonNullable<Long> getFirstStep_JsonNullable()
public void setFirstStep_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> firstStep)
public void setFirstStep(Long firstStep)
public ModelLabMetricSummary key(String key)
public String getKey()
public void setKey(String key)
public ModelLabMetricSummary lastStep(Long lastStep)
@Nullable public Long getLastStep()
public org.openapitools.jackson.nullable.JsonNullable<Long> getLastStep_JsonNullable()
public void setLastStep_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> lastStep)
public void setLastStep(Long lastStep)
public ModelLabMetricSummary latest(Double latest)
@Nullable public Double getLatest()
public org.openapitools.jackson.nullable.JsonNullable<Double> getLatest_JsonNullable()
public void setLatest_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> latest)
public void setLatest(Double latest)
public ModelLabMetricSummary max(Double max)
@Nullable public Double getMax()
public org.openapitools.jackson.nullable.JsonNullable<Double> getMax_JsonNullable()
public void setMax_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> max)
public void setMax(Double max)
public ModelLabMetricSummary mean(Double mean)
@Nullable public Double getMean()
public org.openapitools.jackson.nullable.JsonNullable<Double> getMean_JsonNullable()
public void setMean_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> mean)
public void setMean(Double mean)
public ModelLabMetricSummary min(Double min)
@Nullable public Double getMin()
public org.openapitools.jackson.nullable.JsonNullable<Double> getMin_JsonNullable()
public void setMin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> min)
public void setMin(Double min)
public ModelLabMetricSummary stddev(Double stddev)
@Nullable public Double getStddev()
public org.openapitools.jackson.nullable.JsonNullable<Double> getStddev_JsonNullable()
public void setStddev_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> stddev)
public void setStddev(Double stddev)
public ModelLabMetricSummary 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.