public class RecoverBackUpJobRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecoverBackUpJobRequest() |
RecoverBackUpJobRequest(RecoverBackUpJobRequest 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 |
---|---|
Long |
getBackUpJobId()
Get 任务id
|
CosSourceInfo |
getCosSourceInfo()
Get CosSourceInfo对象
|
String |
getInstanceId()
Get 集群id
|
String |
getNextTime()
Get 年-月-日 时:分:秒
|
String |
getOperationType()
Get create update
|
String |
getRecoverDatabase()
Get 恢复库:如果是按库备份,则需要该字段,库之间用","分割
|
String |
getRecoverScope()
Get 恢复粒度:All全量、Database按库、Table按表
|
Long |
getRecoverType()
Get 0默认 1cos恢复
|
Long |
getReplicationNum()
Get 恢复出来的新表副本数
|
Long |
getReserveSourceConfig()
Get 恢复是否保持源表中的配置,1时表示保留源表中的配置
|
String |
getScheduleName()
Get 调度名称
|
Long |
getScheduleType()
Get 0默认 1定期执行
|
void |
setBackUpJobId(Long BackUpJobId)
Set 任务id
|
void |
setCosSourceInfo(CosSourceInfo CosSourceInfo)
Set CosSourceInfo对象
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setNextTime(String NextTime)
Set 年-月-日 时:分:秒
|
void |
setOperationType(String OperationType)
Set create update
|
void |
setRecoverDatabase(String RecoverDatabase)
Set 恢复库:如果是按库备份,则需要该字段,库之间用","分割
|
void |
setRecoverScope(String RecoverScope)
Set 恢复粒度:All全量、Database按库、Table按表
|
void |
setRecoverType(Long RecoverType)
Set 0默认 1cos恢复
|
void |
setReplicationNum(Long ReplicationNum)
Set 恢复出来的新表副本数
|
void |
setReserveSourceConfig(Long ReserveSourceConfig)
Set 恢复是否保持源表中的配置,1时表示保留源表中的配置
|
void |
setScheduleName(String ScheduleName)
Set 调度名称
|
void |
setScheduleType(Long ScheduleType)
Set 0默认 1定期执行
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecoverBackUpJobRequest()
public RecoverBackUpJobRequest(RecoverBackUpJobRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic Long getBackUpJobId()
public void setBackUpJobId(Long BackUpJobId)
BackUpJobId
- 任务idpublic Long getReplicationNum()
public void setReplicationNum(Long ReplicationNum)
ReplicationNum
- 恢复出来的新表副本数public Long getReserveSourceConfig()
public void setReserveSourceConfig(Long ReserveSourceConfig)
ReserveSourceConfig
- 恢复是否保持源表中的配置,1时表示保留源表中的配置public Long getRecoverType()
public void setRecoverType(Long RecoverType)
RecoverType
- 0默认 1cos恢复public CosSourceInfo getCosSourceInfo()
public void setCosSourceInfo(CosSourceInfo CosSourceInfo)
CosSourceInfo
- CosSourceInfo对象public Long getScheduleType()
public void setScheduleType(Long ScheduleType)
ScheduleType
- 0默认 1定期执行public String getNextTime()
public void setNextTime(String NextTime)
NextTime
- 年-月-日 时:分:秒public String getScheduleName()
public void setScheduleName(String ScheduleName)
ScheduleName
- 调度名称public String getOperationType()
public void setOperationType(String OperationType)
OperationType
- create updatepublic String getRecoverScope()
public void setRecoverScope(String RecoverScope)
RecoverScope
- 恢复粒度:All全量、Database按库、Table按表public String getRecoverDatabase()
public void setRecoverDatabase(String RecoverDatabase)
RecoverDatabase
- 恢复库:如果是按库备份,则需要该字段,库之间用","分割Copyright © 2024. All rights reserved.