| Package | Description |
|---|---|
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateData |
AggregateData.count(Long count) |
AggregateData |
AggregateData.max(Float max) |
AggregateData |
AggregateData.mean(Float mean) |
AggregateData |
AggregateData.min(Float min) |
AggregateData |
AggregateData.sum(Float sum) |
AggregateData |
AggregateData.variance(Float variance) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateData> |
AggregatesResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
AggregatesResponse |
AggregatesResponse.addDataItem(AggregateData dataItem) |
| Modifier and Type | Method and Description |
|---|---|
AggregatesResponse |
AggregatesResponse.data(List<AggregateData> data) |
void |
AggregatesResponse.setData(List<AggregateData> data) |
Copyright © 2016. All rights reserved.