public class CreateBackupRequest extends AbstractModel
Constructor and Description |
---|
CreateBackupRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get ID of the cluster where the table to be backed up resides
|
String |
getRemark()
Get Remarks
|
SelectedTableInfoNew[] |
getSelectedTables()
Get Information list of tables to be backed up
|
void |
setClusterId(String ClusterId)
Set ID of the cluster where the table to be backed up resides
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSelectedTables(SelectedTableInfoNew[] SelectedTables)
Set Information list of tables to be backed up
|
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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the cluster where the table to be backed up residespublic SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables
- Information list of tables to be backed uppublic String getRemark()
public void setRemark(String Remark)
Remark
- RemarksCopyright © 2020. All rights reserved.