|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.cloudwatch.domain.Datapoint
public class Datapoint
Constructor Summary | |
---|---|
Datapoint(Double average,
Double maximum,
Double minimum,
Date timestamp,
Double samples,
Double sum,
Unit unit,
String customUnit)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getAverage()
return Average of samples for the datapoint. |
String |
getCustomUnit()
return CustomUnit defined for the datapoint. |
Double |
getMaximum()
return Maximum of the samples used for the datapoint. |
Double |
getMinimum()
return Minimum of samples for the datapoint. |
Double |
getSamples()
return The number of Measurements that contributed to the aggregate value of this datapoint. |
Double |
getSum()
return Sum of samples for the datapoint. |
Date |
getTimestamp()
return Indicates the beginning of the time aggregation for this value and samples. |
Unit |
getUnit()
return Standard unit used for the datapoint. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Datapoint(@Nullable Double average, @Nullable Double maximum, @Nullable Double minimum, @Nullable Date timestamp, @Nullable Double samples, @Nullable Double sum, @Nullable Unit unit, @Nullable String customUnit)
Method Detail |
---|
@Nullable public Double getAverage()
@Nullable public Double getMaximum()
@Nullable public Double getMinimum()
@Nullable public Date getTimestamp()
@Nullable public Double getSamples()
@Nullable public Double getSum()
@Nullable public Unit getUnit()
@Nullable public String getCustomUnit()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |