public class CreateTableGroupRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 表格组所属集群ID
|
TagInfoUnit[] |
getResourceTags()
Get 表格组标签列表
|
String |
getTableGroupId()
Get 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
|
String |
getTableGroupName()
Get 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
|
void |
setClusterId(String ClusterId)
Set 表格组所属集群ID
|
void |
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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateTableGroupRequest()
public CreateTableGroupRequest(CreateTableGroupRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 表格组所属集群IDpublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName
- 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式public TagInfoUnit[] getResourceTags()
public void setResourceTags(TagInfoUnit[] ResourceTags)
ResourceTags
- 表格组标签列表Copyright © 2024. All rights reserved.