Class CreateTableGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.CreateTableGroupRequest
-
public class CreateTableGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateTableGroupRequest()
CreateTableGroupRequest(CreateTableGroupRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClusterId()
Get 表格组所属集群IDTagInfoUnit[]
getResourceTags()
Get 表格组标签列表String
getTableGroupId()
Get 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式String
getTableGroupName()
Get 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符void
setClusterId(String ClusterId)
Set 表格组所属集群IDvoid
setResourceTags(TagInfoUnit[] ResourceTags)
Set 表格组标签列表void
setTableGroupId(String TableGroupId)
Set 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式void
setTableGroupName(String TableGroupName)
Set 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateTableGroupRequest
public CreateTableGroupRequest()
-
CreateTableGroupRequest
public CreateTableGroupRequest(CreateTableGroupRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 表格组所属集群ID- Returns:
- ClusterId 表格组所属集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 表格组所属集群ID- Parameters:
ClusterId
- 表格组所属集群ID
-
getTableGroupName
public String getTableGroupName()
Get 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符- Returns:
- TableGroupName 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
-
setTableGroupName
public void setTableGroupName(String TableGroupName)
Set 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符- Parameters:
TableGroupName
- 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
-
getTableGroupId
public String getTableGroupId()
Get 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式- Returns:
- TableGroupId 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
-
setTableGroupId
public void setTableGroupId(String TableGroupId)
Set 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式- Parameters:
TableGroupId
- 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
-
getResourceTags
public TagInfoUnit[] getResourceTags()
Get 表格组标签列表- Returns:
- ResourceTags 表格组标签列表
-
setResourceTags
public void setResourceTags(TagInfoUnit[] ResourceTags)
Set 表格组标签列表- Parameters:
ResourceTags
- 表格组标签列表
-
-