|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudwatch.domain.StatisticValues
public class StatisticValues
| Nested Class Summary | |
|---|---|
static class |
StatisticValues.Builder
|
| Constructor Summary | |
|---|---|
StatisticValues(double maximum,
double minimum,
double sampleCount,
double sum)
|
|
| Method Summary | |
|---|---|
static StatisticValues.Builder |
builder()
Returns a new builder. |
double |
getMaximum()
return the maximum value of the sample set |
double |
getMinimum()
return the minimum value of the sample set |
double |
getSampleCount()
return the number of samples used for the statistic set |
double |
getSum()
return the sum of values for the sample set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatisticValues(double maximum,
double minimum,
double sampleCount,
double sum)
| Method Detail |
|---|
@Nullable public double getMaximum()
@Nullable public double getMinimum()
@Nullable public double getSampleCount()
@Nullable public double getSum()
public static StatisticValues.Builder builder()
StatisticValues.Builder constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||