public class RollbackTablesRequest extends AbstractModel
Constructor and Description |
---|
RollbackTablesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get ID of the cluster where the table to be rolled back resides
|
String |
getMode()
Get Rollback mode.
|
String |
getRollbackTime()
Get Time to roll back to
|
SelectedTableInfoNew[] |
getSelectedTables()
Get List of tables to be rolled back
|
void |
setClusterId(String ClusterId)
Set ID of the cluster where the table to be rolled back resides
|
void |
setMode(String Mode)
Set Rollback mode.
|
void |
setRollbackTime(String RollbackTime)
Set Time to roll back to
|
void |
setSelectedTables(SelectedTableInfoNew[] SelectedTables)
Set List of tables to be rolled back
|
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 rolled back residespublic SelectedTableInfoNew[] getSelectedTables()
public void setSelectedTables(SelectedTableInfoNew[] SelectedTables)
SelectedTables
- List of tables to be rolled backpublic String getRollbackTime()
public void setRollbackTime(String RollbackTime)
RollbackTime
- Time to roll back topublic String getMode()
public void setMode(String Mode)
Mode
- Rollback mode. `KEYS` is supportedCopyright © 2020. All rights reserved.