Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.TableInfoNew
-
Packages that use TableInfoNew Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of TableInfoNew in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return TableInfoNew Modifier and Type Method Description TableInfoNew[]DescribeTablesInRecycleResponse. getTableInfos()Get 表格详情结果列表TableInfoNew[]DescribeTablesResponse. getTableInfos()Get 表格详情结果列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableInfoNew Modifier and Type Method Description voidDescribeTablesInRecycleResponse. setTableInfos(TableInfoNew[] TableInfos)Set 表格详情结果列表voidDescribeTablesResponse. setTableInfos(TableInfoNew[] TableInfos)Set 表格详情结果列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableInfoNew Constructor Description TableInfoNew(TableInfoNew source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-