public class RollbackInstanceRequest extends AbstractModel
Constructor and Description |
---|
RollbackInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDBs()
Get 需要回档的数据库
|
String |
getInstanceId()
Get 实例ID
|
String |
getTime()
Get 回档目标时间点
|
Long |
getType()
Get 回档类型,0-回档的数据库覆盖原库;1-回档的数据库以重命名的形式生成,不覆盖原库
|
void |
setDBs(String[] DBs)
Set 需要回档的数据库
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setTime(String Time)
Set 回档目标时间点
|
void |
setType(Long Type)
Set 回档类型,0-回档的数据库覆盖原库;1-回档的数据库以重命名的形式生成,不覆盖原库
|
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
- 实例IDpublic Long getType()
public void setType(Long Type)
Type
- 回档类型,0-回档的数据库覆盖原库;1-回档的数据库以重命名的形式生成,不覆盖原库public String[] getDBs()
public void setDBs(String[] DBs)
DBs
- 需要回档的数据库public String getTime()
public void setTime(String Time)
Time
- 回档目标时间点Copyright © 2020. All rights reserved.