Uses of Class
com.tencentcloudapi.dlc.v20210125.models.TableResponseInfo
-
Packages that use TableResponseInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of TableResponseInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return TableResponseInfo Modifier and Type Method Description TableResponseInfoDescribeTableResponse. getTable()Get 数据表对象TableResponseInfo[]DescribeTablesResponse. getTableList()Get 数据表对象列表。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableResponseInfo Modifier and Type Method Description voidDescribeTableResponse. setTable(TableResponseInfo Table)Set 数据表对象voidDescribeTablesResponse. setTableList(TableResponseInfo[] TableList)Set 数据表对象列表。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableResponseInfo Constructor Description TableResponseInfo(TableResponseInfo 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.
-