@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatisticSet extends Object implements Serializable, Cloneable
Represents a set of statistics that describes a specific metric.
Constructor and Description |
---|
StatisticSet() |
Modifier and Type | Method and Description |
---|---|
StatisticSet |
clone() |
boolean |
equals(Object obj) |
Double |
getMaximum()
The maximum value of the sample set.
|
Double |
getMinimum()
The minimum value of the sample set.
|
Double |
getSampleCount()
The number of samples used for the statistic set.
|
Double |
getSum()
The sum of values for the sample set.
|
int |
hashCode() |
void |
setMaximum(Double maximum)
The maximum value of the sample set.
|
void |
setMinimum(Double minimum)
The minimum value of the sample set.
|
void |
setSampleCount(Double sampleCount)
The number of samples used for the statistic set.
|
void |
setSum(Double sum)
The sum of values for the sample set.
|
String |
toString()
Returns a string representation of this object.
|
StatisticSet |
withMaximum(Double maximum)
The maximum value of the sample set.
|
StatisticSet |
withMinimum(Double minimum)
The minimum value of the sample set.
|
StatisticSet |
withSampleCount(Double sampleCount)
The number of samples used for the statistic set.
|
StatisticSet |
withSum(Double sum)
The sum of values for the sample set.
|
public void setSampleCount(Double sampleCount)
The number of samples used for the statistic set.
sampleCount
- The number of samples used for the statistic set.public Double getSampleCount()
The number of samples used for the statistic set.
public StatisticSet withSampleCount(Double sampleCount)
The number of samples used for the statistic set.
sampleCount
- The number of samples used for the statistic set.public void setSum(Double sum)
The sum of values for the sample set.
sum
- The sum of values for the sample set.public Double getSum()
The sum of values for the sample set.
public StatisticSet withSum(Double sum)
The sum of values for the sample set.
sum
- The sum of values for the sample set.public void setMinimum(Double minimum)
The minimum value of the sample set.
minimum
- The minimum value of the sample set.public Double getMinimum()
The minimum value of the sample set.
public StatisticSet withMinimum(Double minimum)
The minimum value of the sample set.
minimum
- The minimum value of the sample set.public void setMaximum(Double maximum)
The maximum value of the sample set.
maximum
- The maximum value of the sample set.public Double getMaximum()
The maximum value of the sample set.
public StatisticSet withMaximum(Double maximum)
The maximum value of the sample set.
maximum
- The maximum value of the sample set.public String toString()
toString
in class Object
Object.toString()
public StatisticSet clone()
Copyright © 2022. All rights reserved.