|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudwatch.model.StatisticSet
public class StatisticSet
The StatisticSet data type describes the StatisticValues component of MetricDatum, and represents a set of statistics that
describes a specific metric.
| Constructor Summary | |
|---|---|
StatisticSet()
|
|
| Method Summary | |
|---|---|
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; useful for testing and debugging. |
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticSet()
| Method Detail |
|---|
public Double getSampleCount()
public void setSampleCount(Double sampleCount)
sampleCount - The number of samples used for the statistic set.public StatisticSet withSampleCount(Double sampleCount)
Returns a reference to this object so that method calls can be chained together.
sampleCount - The number of samples used for the statistic set.
public Double getSum()
public void setSum(Double sum)
sum - The sum of values for the sample set.public StatisticSet withSum(Double sum)
Returns a reference to this object so that method calls can be chained together.
sum - The sum of values for the sample set.
public Double getMinimum()
public void setMinimum(Double minimum)
minimum - The minimum value of the sample set.public StatisticSet withMinimum(Double minimum)
Returns a reference to this object so that method calls can be chained together.
minimum - The minimum value of the sample set.
public Double getMaximum()
public void setMaximum(Double maximum)
maximum - The maximum value of the sample set.public StatisticSet withMaximum(Double maximum)
Returns a reference to this object so that method calls can be chained together.
maximum - The maximum value of the sample set.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||