public class HistoryInfoQueryResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryInfoQueryResponse.IvcTsdbDataNode |
metadata| Constructor and Description |
|---|
HistoryInfoQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryInfoQueryResponse.IvcTsdbDataNode> |
getDataList() |
String |
getMarker() |
boolean |
isTruncated() |
void |
setDataList(List<HistoryInfoQueryResponse.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<HistoryInfoQueryResponse.IvcTsdbDataNode> getDataList()
public void setDataList(List<HistoryInfoQueryResponse.IvcTsdbDataNode> dataList)
Copyright © 2021. All rights reserved.