public class CreateTablesRequest extends AbstractModel
Constructor and Description |
---|
CreateTablesRequest() |
CreateTablesRequest(CreateTablesRequest 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 to create a table
|
IdlFileInfo[] |
getIdlFiles()
Get Table creation IDL file list selected by user
|
TagInfoUnit[] |
getResourceTags()
Get Table tag list
|
SelectedTableInfoNew[] |
getSelectedTables()
Get Information list of tables to be created
|
void |
setClusterId(String ClusterId)
Set ID of the cluster where to create a table
|
void |
setIdlFiles(IdlFileInfo[] IdlFiles)
Set Table creation IDL file list selected by user
|
void |
setResourceTags(TagInfoUnit[] ResourceTags)
Set Table tag list
|
void |
setSelectedTables(SelectedTableInfoNew[] SelectedTables)
Set Information list of tables to be created
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateTablesRequest()
public CreateTablesRequest(CreateTablesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the cluster where to create a tablepublic IdlFileInfo[] getIdlFiles()
public void setIdlFiles(IdlFileInfo[] IdlFiles)
IdlFiles
- Table creation IDL file list selected by userpublic SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables
- Information list of tables to be createdpublic TagInfoUnit[] getResourceTags()
public void setResourceTags(TagInfoUnit[] ResourceTags)
ResourceTags
- Table tag listCopyright © 2023. All rights reserved.