public class ModifyTablesRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyTablesRequest() | 
| ModifyTablesRequest(ModifyTablesRequest 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 the table to be modified resides | 
| IdlFileInfo[] | getIdlFiles()Get Selected table modification IDL files | 
| SelectedTableInfoNew[] | getSelectedTables()Get List of tables to be modified | 
| void | setClusterId(String ClusterId)Set ID of the cluster where the table to be modified resides | 
| void | setIdlFiles(IdlFileInfo[] IdlFiles)Set Selected table modification IDL files | 
| void | setSelectedTables(SelectedTableInfoNew[] SelectedTables)Set List of tables to be modified | 
| 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, toJsonStringpublic ModifyTablesRequest()
public ModifyTablesRequest(ModifyTablesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where the table to be modified residespublic IdlFileInfo[] getIdlFiles()
public void setIdlFiles(IdlFileInfo[] IdlFiles)
IdlFiles - Selected table modification IDL filespublic SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables - List of tables to be modifiedCopyright © 2022. All rights reserved.