Package org.jclouds.cloudwatch.domain
Class Datapoint
java.lang.Object
org.jclouds.cloudwatch.domain.Datapoint
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
return Average of samples for the datapoint.return CustomUnit defined for the datapoint.return Maximum of the samples used for the datapoint.return Minimum of samples for the datapoint.return The number of Measurements that contributed to the aggregate value of this datapoint.getSum()
return Sum of samples for the datapoint.return Indicates the beginning of the time aggregation for this value and samples.getUnit()
return Standard unit used for the datapoint.int
hashCode()
toString()
-
Constructor Details
-
Datapoint
-
-
Method Details
-
getAverage
return Average of samples for the datapoint. -
getMaximum
return Maximum of the samples used for the datapoint. -
getMinimum
return Minimum of samples for the datapoint. -
getTimestamp
return Indicates the beginning of the time aggregation for this value and samples. -
getSamples
return The number of Measurements that contributed to the aggregate value of this datapoint. -
getSum
return Sum of samples for the datapoint. -
getUnit
return Standard unit used for the datapoint. -
getCustomUnit
return CustomUnit defined for the datapoint. -
hashCode
public int hashCode() -
equals
-
toString
-