public class VerifyIdlFilesRequest extends AbstractModel
| Constructor and Description | 
|---|
VerifyIdlFilesRequest()  | 
VerifyIdlFilesRequest(VerifyIdlFilesRequest 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[] | 
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 VerifyIdlFilesRequest()
public VerifyIdlFilesRequest(VerifyIdlFilesRequest source)
public 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 © 2023. All rights reserved.