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