Uses of Class
com.tencentcloudapi.dlc.v20210125.models.TableBaseInfo
-
Packages that use TableBaseInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of TableBaseInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return TableBaseInfo Modifier and Type Method Description TableBaseInfoCreateInternalTableRequest. getTableBaseInfo()Get 表基本信息TableBaseInfoGenerateCreateMangedTableSqlRequest. getTableBaseInfo()Get 表基本信息TableBaseInfoTableInfo. getTableBaseInfo()Get 数据表配置信息。TableBaseInfoTableResponseInfo. getTableBaseInfo()Get 数据表基本信息。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableBaseInfo Modifier and Type Method Description voidCreateInternalTableRequest. setTableBaseInfo(TableBaseInfo TableBaseInfo)Set 表基本信息voidGenerateCreateMangedTableSqlRequest. setTableBaseInfo(TableBaseInfo TableBaseInfo)Set 表基本信息voidTableInfo. setTableBaseInfo(TableBaseInfo TableBaseInfo)Set 数据表配置信息。voidTableResponseInfo. setTableBaseInfo(TableBaseInfo TableBaseInfo)Set 数据表基本信息。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type TableBaseInfo Constructor Description TableBaseInfo(TableBaseInfo 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.
-