public class RollbackTablesRequest extends AbstractModel
| Constructor and Description | 
|---|
RollbackTablesRequest()  | 
RollbackTablesRequest(RollbackTablesRequest 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 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, toJsonStringpublic RollbackTablesRequest()
public RollbackTablesRequest(RollbackTablesRequest source)
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 © 2022. All rights reserved.