public class RollbackInstanceRequest extends AbstractModel
Constructor and Description |
---|
RollbackInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDBs()
Get Database to be rolled back
|
String |
getInstanceId()
Get Instance ID
|
String |
getTime()
Get Target time point for rollback
|
Long |
getType()
Get Rollback type.
|
void |
setDBs(String[] DBs)
Set Database to be rolled back
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setTime(String Time)
Set Target time point for rollback
|
void |
setType(Long Type)
Set Rollback type.
|
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 getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Long getType()
public void setType(Long Type)
Type
- Rollback type. 0: the database rolled back overwrites the original database; 1: the database rolled back is renamed and does not overwrite the original databasepublic String[] getDBs()
public void setDBs(String[] DBs)
DBs
- Database to be rolled backpublic String getTime()
public void setTime(String Time)
Time
- Target time point for rollbackCopyright © 2020. All rights reserved.