Package org.jclouds.cloudwatch.domain
Class Datapoint
- java.lang.Object
-
- org.jclouds.cloudwatch.domain.Datapoint
-
public class Datapoint extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DoublegetAverage()return Average of samples for the datapoint.StringgetCustomUnit()return CustomUnit defined for the datapoint.DoublegetMaximum()return Maximum of the samples used for the datapoint.DoublegetMinimum()return Minimum of samples for the datapoint.DoublegetSamples()return The number of Measurements that contributed to the aggregate value of this datapoint.DoublegetSum()return Sum of samples for the datapoint.DategetTimestamp()return Indicates the beginning of the time aggregation for this value and samples.UnitgetUnit()return Standard unit used for the datapoint.inthashCode()StringtoString()
-
-
-
Method Detail
-
getMaximum
@Nullable public Double getMaximum()
return Maximum of the samples used for the datapoint.
-
getTimestamp
@Nullable public Date getTimestamp()
return Indicates the beginning of the time aggregation for this value and samples.
-
getSamples
@Nullable public Double getSamples()
return The number of Measurements that contributed to the aggregate value of this datapoint.
-
-