public class DescribeTimeseriesTableResponse extends Response
| 构造器和说明 |
|---|
DescribeTimeseriesTableResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TimeseriesAnalyticalStore> |
getAnalyticalStores()
Get the analytical store information.
|
List<TimeseriesLastpointIndex> |
getLastpointIndexes() |
TimeseriesTableMeta |
getTimeseriesTableMeta()
Get the tablemeta of the table.
|
void |
setAnalyticalStores(List<TimeseriesAnalyticalStore> analyticalStores)
Internal interface.
|
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 - Analytical store information.public void setLastpointIndexes(List<TimeseriesLastpointIndex> lastpointIndexes)
Copyright © 2025. All Rights Reserved.