|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xerox.amazonws.monitoring.Datapoint
public class Datapoint
An instance of this class represents a Datapoint for some metrics
Constructor Summary | |
---|---|
Datapoint(Calendar timestamp,
double samples,
Double average,
Double sum,
Double minimum,
Double maximum,
String unit,
String customUnit)
|
Method Summary | |
---|---|
Double |
getAverage()
|
String |
getCustomUnit()
|
Double |
getMaximum()
|
Double |
getMinimum()
|
double |
getSamples()
|
Double |
getSum()
|
Calendar |
getTimestamp()
|
String |
getUnit()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Datapoint(Calendar timestamp, double samples, Double average, Double sum, Double minimum, Double maximum, String unit, String customUnit)
Method Detail |
---|
public Calendar getTimestamp()
public double getSamples()
public Double getAverage()
public Double getSum()
public Double getMinimum()
public Double getMaximum()
public String getUnit()
public String getCustomUnit()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |