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进行备份,不周期,一次性
|
String |
getCosBucket()
Get 当前任务的cos桶信息
|
CosSourceInfo |
getCosSourceInfo()
Get cos认证的信息
|
DorisSourceInfo |
getDorisSourceInfo()
Get 远端doris集群的连接信息
|
Long |
getExecuteHour()
Get 执行小时
废弃:使用ScheduleInfo
|
String |
getInstanceId()
Get 集群id
|
String |
getOperationType()
Get 操作类型 create(创建) update(编辑修改)
|
Long |
getRestoreType()
Get 0为默认。1时是备份完成后立即恢复
|
Long |
getScheduleId()
Get 编辑时需要传
|
ScheduleInfo |
getScheduleInfo()
Get 调度信息
|
String |
getScheduleName()
Get 调度任务名
|
Long |
getUpdateStatus()
Get 更新任务状态:
3-暂停,
2-删除,
1-启动
|
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 |
setCosBucket(String CosBucket)
Set 当前任务的cos桶信息
|
void |
setCosSourceInfo(CosSourceInfo CosSourceInfo)
Set cos认证的信息
|
void |
setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
Set 远端doris集群的连接信息
|
void |
setExecuteHour(Long ExecuteHour)
Set 执行小时
废弃:使用ScheduleInfo
|
void |
setInstanceId(String InstanceId)
Set 集群id
|
void |
setOperationType(String OperationType)
Set 操作类型 create(创建) update(编辑修改)
|
void |
setRestoreType(Long RestoreType)
Set 0为默认。1时是备份完成后立即恢复
|
void |
setScheduleId(Long ScheduleId)
Set 编辑时需要传
|
void |
setScheduleInfo(ScheduleInfo ScheduleInfo)
Set 调度信息
|
void |
setScheduleName(String ScheduleName)
Set 调度任务名
|
void |
setUpdateStatus(Long UpdateStatus)
Set 更新任务状态:
3-暂停,
2-删除,
1-启动
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群idpublic String getOperationType()
public void setOperationType(String OperationType)
OperationType
- 操作类型 create(创建) update(编辑修改)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认证的信息public String getScheduleName()
public void setScheduleName(String ScheduleName)
ScheduleName
- 调度任务名public ScheduleInfo getScheduleInfo()
public void setScheduleInfo(ScheduleInfo ScheduleInfo)
ScheduleInfo
- 调度信息public Long getUpdateStatus()
public void setUpdateStatus(Long UpdateStatus)
UpdateStatus
- 更新任务状态:
3-暂停,
2-删除,
1-启动public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- 当前任务的cos桶信息Copyright © 2024. All rights reserved.