| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatesHistogramResponse |
MessagesApi.getAggregatesHistogram(Long startDate,
Long endDate,
String sdid,
String field,
String interval) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AggregatesHistogramResponse> |
MessagesApi.getAggregatesHistogramWithHttpInfo(Long startDate,
Long endDate,
String sdid,
String field,
String interval) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
MessagesApi.getAggregatesHistogramAsync(Long startDate,
Long endDate,
String sdid,
String field,
String interval,
ApiCallback<AggregatesHistogramResponse> callback) |
| Modifier and Type | Method and Description |
|---|---|
AggregatesHistogramResponse |
AggregatesHistogramResponse.addDataItem(AggregatesHistogramData dataItem) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.data(List<AggregatesHistogramData> data) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.endDate(Long endDate) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.field(String field) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.interval(String interval) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.sdid(String sdid) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.size(Long size) |
AggregatesHistogramResponse |
AggregatesHistogramResponse.startDate(Long startDate) |
Copyright © 2017. All rights reserved.