public class QueryDeviceHistoryResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryDeviceHistoryResponse.IvcTsdbDataNode |
metadata| Constructor and Description |
|---|
QueryDeviceHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryDeviceHistoryResponse.IvcTsdbDataNode> |
getDataList() |
String |
getMarker() |
boolean |
isTruncated() |
void |
setDataList(List<QueryDeviceHistoryResponse.IvcTsdbDataNode> dataList) |
void |
setMarker(String marker) |
void |
setTruncated(boolean truncated) |
getMetadatapublic boolean isTruncated()
public void setTruncated(boolean truncated)
public String getMarker()
public void setMarker(String marker)
public List<QueryDeviceHistoryResponse.IvcTsdbDataNode> getDataList()
public void setDataList(List<QueryDeviceHistoryResponse.IvcTsdbDataNode> dataList)
Copyright © 2023. All rights reserved.