public class DescribeTimeseriesTableResponse extends Response
| Constructor and Description |
|---|
DescribeTimeseriesTableResponse(Response meta) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeseriesAnalyticalStore> |
getAnalyticalStores()
获取分析存储信息。
|
List<TimeseriesLastpointIndex> |
getLastpointIndexes() |
TimeseriesTableMeta |
getTimeseriesTableMeta()
获取表的tablemeta。
|
void |
setAnalyticalStores(List<TimeseriesAnalyticalStore> analyticalStores)
内部接口。请勿使用。
|
void |
setLastpointIndexes(List<TimeseriesLastpointIndex> lastpointIndexes) |
void |
setTimeseriesTableMeta(TimeseriesTableMeta timeseriesTableMeta) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeTimeseriesTableResponse(Response meta)
public TimeseriesTableMeta getTimeseriesTableMeta()
public List<TimeseriesAnalyticalStore> getAnalyticalStores()
public List<TimeseriesLastpointIndex> getLastpointIndexes()
public void setTimeseriesTableMeta(TimeseriesTableMeta timeseriesTableMeta)
public void setAnalyticalStores(List<TimeseriesAnalyticalStore> analyticalStores)
analyticalStores - 分析存储信息。public void setLastpointIndexes(List<TimeseriesLastpointIndex> lastpointIndexes)
Copyright © 2024. All Rights Reserved.