public class VerifyIdlFilesRequest extends AbstractModel
| Constructor and Description | 
|---|
| VerifyIdlFilesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterId()Get ID of the cluster where to create a table | 
| IdlFileInfo[] | getExistingIdlFiles()Get List of information of uploaded IDL files. | 
| IdlFileInfo[] | getNewIdlFiles()Get List of information of IDL files to be uploaded. | 
| String | getTableGroupId()Get ID of the table group where to create a table | 
| void | setClusterId(String ClusterId)Set ID of the cluster where to create a table | 
| void | setExistingIdlFiles(IdlFileInfo[] ExistingIdlFiles)Set List of information of uploaded IDL files. | 
| void | setNewIdlFiles(IdlFileInfo[] NewIdlFiles)Set List of information of IDL files to be uploaded. | 
| void | setTableGroupId(String TableGroupId)Set ID of the table group where to create a table | 
| 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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where to create a tablepublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - ID of the table group where to create a tablepublic IdlFileInfo[] getExistingIdlFiles()
public void setExistingIdlFiles(IdlFileInfo[] ExistingIdlFiles)
ExistingIdlFiles - List of information of uploaded IDL files. Either this parameter or `NewIdlFiles` must be presentpublic IdlFileInfo[] getNewIdlFiles()
public void setNewIdlFiles(IdlFileInfo[] NewIdlFiles)
NewIdlFiles - List of information of IDL files to be uploaded. Either this parameter or `ExistingIdlFiles` must be presentCopyright © 2020. All rights reserved.