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 of the cluster where a table group resides 
 | 
TagInfoUnit[] | 
getResourceTags()
Get Table group tag list 
 | 
String | 
getTableGroupId()
Get Table group ID, which can be customized but must be unique in one cluster. 
 | 
String | 
getTableGroupName()
Get Table group name, which can contain up to 32 letters and digits 
 | 
void | 
setClusterId(String ClusterId)
Set ID of the cluster where a table group resides 
 | 
void | 
setResourceTags(TagInfoUnit[] ResourceTags)
Set Table group tag list 
 | 
void | 
setTableGroupId(String TableGroupId)
Set Table group ID, which can be customized but must be unique in one cluster. 
 | 
void | 
setTableGroupName(String TableGroupName)
Set Table group name, which can contain up to 32 letters and digits 
 | 
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, toJsonStringpublic CreateTableGroupRequest()
public CreateTableGroupRequest(CreateTableGroupRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where a table group residespublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName - Table group name, which can contain up to 32 letters and digitspublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - Table group ID, which can be customized but must be unique in one cluster. If it is not specified, the auto-increment mode will be used.public TagInfoUnit[] getResourceTags()
public void setResourceTags(TagInfoUnit[] ResourceTags)
ResourceTags - Table group tag listCopyright © 2025. All rights reserved.