Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.TableGroupInfo
-
Packages that use TableGroupInfo Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of TableGroupInfo in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return TableGroupInfo Modifier and Type Method Description TableGroupInfo[]DescribeTableGroupsResponse. getTableGroups()Get 表格组信息列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableGroupInfo Modifier and Type Method Description voidDescribeTableGroupsResponse. setTableGroups(TableGroupInfo[] TableGroups)Set 表格组信息列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type TableGroupInfo Constructor Description TableGroupInfo(TableGroupInfo 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.
-