public class CreateBackUpScheduleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateBackUpScheduleRequest() |
CreateBackUpScheduleRequest(CreateBackUpScheduleRequest 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 |
getAuthType()
Get 0为默认。1时是提供自定义的secret连接cos
|
BackupTableContent[] |
getBackUpTables()
Get 备份表列表
|
Long |
getBackupTimeType()
Get 0为默认。1时是一次性备份。2时是远端备份
|
Long |
getBackupType()
Get 0为默认。1时是对远端的doris进行备份,不周期,一次性
|
CosSourceInfo |
getCosSourceInfo()
Get cos认证的信息
|
DorisSourceInfo |
getDorisSourceInfo()
Get 远端doris集群的连接信息
|
Long |
getExecuteHour()
Get 执行小时
废弃:使用ScheduleInfo
|
Long |
getRestoreType()
Get 0为默认。1时是备份完成后立即恢复
|
Long |
getScheduleId()
Get 编辑时需要传
|
String |
getWeekDays()
Get 选择的星期 逗号分隔
废弃:使用ScheduleInfo
|
void |
setAuthType(Long AuthType)
Set 0为默认。1时是提供自定义的secret连接cos
|
void |
setBackUpTables(BackupTableContent[] BackUpTables)
Set 备份表列表
|
void |
setBackupTimeType(Long BackupTimeType)
Set 0为默认。1时是一次性备份。2时是远端备份
|
void |
setBackupType(Long BackupType)
Set 0为默认。1时是对远端的doris进行备份,不周期,一次性
|
void |
setCosSourceInfo(CosSourceInfo CosSourceInfo)
Set cos认证的信息
|
void |
setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
Set 远端doris集群的连接信息
|
void |
setExecuteHour(Long ExecuteHour)
Set 执行小时
废弃:使用ScheduleInfo
|
void |
setRestoreType(Long RestoreType)
Set 0为默认。1时是备份完成后立即恢复
|
void |
setScheduleId(Long ScheduleId)
Set 编辑时需要传
|
void |
setWeekDays(String WeekDays)
Set 选择的星期 逗号分隔
废弃:使用ScheduleInfo
|
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 CreateBackUpScheduleRequest()
public CreateBackUpScheduleRequest(CreateBackUpScheduleRequest source)
public Long getScheduleId()
public void setScheduleId(Long ScheduleId)
ScheduleId
- 编辑时需要传public String getWeekDays()
public void setWeekDays(String WeekDays)
WeekDays
- 选择的星期 逗号分隔
废弃:使用ScheduleInfopublic Long getExecuteHour()
public void setExecuteHour(Long ExecuteHour)
ExecuteHour
- 执行小时
废弃:使用ScheduleInfopublic BackupTableContent[] getBackUpTables()
public void setBackUpTables(BackupTableContent[] BackUpTables)
BackUpTables
- 备份表列表public Long getBackupType()
public void setBackupType(Long BackupType)
BackupType
- 0为默认。1时是对远端的doris进行备份,不周期,一次性public DorisSourceInfo getDorisSourceInfo()
public void setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
DorisSourceInfo
- 远端doris集群的连接信息public Long getBackupTimeType()
public void setBackupTimeType(Long BackupTimeType)
BackupTimeType
- 0为默认。1时是一次性备份。2时是远端备份public Long getRestoreType()
public void setRestoreType(Long RestoreType)
RestoreType
- 0为默认。1时是备份完成后立即恢复public Long getAuthType()
public void setAuthType(Long AuthType)
AuthType
- 0为默认。1时是提供自定义的secret连接cospublic CosSourceInfo getCosSourceInfo()
public void setCosSourceInfo(CosSourceInfo CosSourceInfo)
CosSourceInfo
- cos认证的信息Copyright © 2024. All rights reserved.