public static class StatisticsEntity.FigureValue extends Object implements Serializable
| Constructor and Description |
|---|
FigureValue() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
long[] |
getCounts() |
double |
getSum() |
void |
setCount(long count) |
void |
setCounts(long[] counts) |
void |
setSum(double sum) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.