public class ScanTimeseriesDataResponse extends Response
| Constructor and Description |
|---|
ScanTimeseriesDataResponse(Response meta) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNextToken() |
List<TimeseriesRow> |
getRows() |
void |
setNextToken(byte[] nextToken) |
void |
setRows(List<TimeseriesRow> rows) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic static String _VERSION_
public ScanTimeseriesDataResponse(Response meta)
public List<TimeseriesRow> getRows()
public void setRows(List<TimeseriesRow> rows)
public byte[] getNextToken()
public void setNextToken(byte[] nextToken)
Copyright © 2024. All Rights Reserved.