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: default; 1: connecting to COS using a custom key.
|
BackupTableContent[] |
getBackUpTables()
Get Backup table list
|
Long |
getBackupTimeType()
Get 0: default; 1: one-time backup; 2: remote backup
|
Long |
getBackupType()
Get 0: default; 1: one-time backup for the remote Doris
|
CosSourceInfo |
getCosSourceInfo()
Get Cos certification information
|
DorisSourceInfo |
getDorisSourceInfo()
Get Connection information of the remote doris cluster
|
Long |
getExecuteHour()
Get Hour for executing the backup taskDiscarded: Use ScheduleInfo.
|
Long |
getRestoreType()
Get 0: default; 1: immediate recovery after the backup is completed.
|
Long |
getScheduleId()
Get Required to be uploaded when editing
|
String |
getWeekDays()
Get Selected weeks, separated by commas.
|
void |
setAuthType(Long AuthType)
Set 0: default; 1: connecting to COS using a custom key.
|
void |
setBackUpTables(BackupTableContent[] BackUpTables)
Set Backup table list
|
void |
setBackupTimeType(Long BackupTimeType)
Set 0: default; 1: one-time backup; 2: remote backup
|
void |
setBackupType(Long BackupType)
Set 0: default; 1: one-time backup for the remote Doris
|
void |
setCosSourceInfo(CosSourceInfo CosSourceInfo)
Set Cos certification information
|
void |
setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
Set Connection information of the remote doris cluster
|
void |
setExecuteHour(Long ExecuteHour)
Set Hour for executing the backup taskDiscarded: Use ScheduleInfo.
|
void |
setRestoreType(Long RestoreType)
Set 0: default; 1: immediate recovery after the backup is completed.
|
void |
setScheduleId(Long ScheduleId)
Set Required to be uploaded when editing
|
void |
setWeekDays(String WeekDays)
Set Selected weeks, separated by commas.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateBackUpScheduleRequest()
public CreateBackUpScheduleRequest(CreateBackUpScheduleRequest source)
public Long getScheduleId()
public void setScheduleId(Long ScheduleId)
ScheduleId
- Required to be uploaded when editingpublic String getWeekDays()
public void setWeekDays(String WeekDays)
WeekDays
- Selected weeks, separated by commas.
Discarded: Use ScheduleInfo.public Long getExecuteHour()
public void setExecuteHour(Long ExecuteHour)
ExecuteHour
- Hour for executing the backup taskDiscarded: Use ScheduleInfo.public BackupTableContent[] getBackUpTables()
public void setBackUpTables(BackupTableContent[] BackUpTables)
BackUpTables
- Backup table listpublic Long getBackupType()
public void setBackupType(Long BackupType)
BackupType
- 0: default; 1: one-time backup for the remote Dorispublic DorisSourceInfo getDorisSourceInfo()
public void setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
DorisSourceInfo
- Connection information of the remote doris clusterpublic Long getBackupTimeType()
public void setBackupTimeType(Long BackupTimeType)
BackupTimeType
- 0: default; 1: one-time backup; 2: remote backuppublic Long getRestoreType()
public void setRestoreType(Long RestoreType)
RestoreType
- 0: default; 1: immediate recovery after the backup is completed.public Long getAuthType()
public void setAuthType(Long AuthType)
AuthType
- 0: default; 1: connecting to COS using a custom key.public CosSourceInfo getCosSourceInfo()
public void setCosSourceInfo(CosSourceInfo CosSourceInfo)
CosSourceInfo
- Cos certification informationCopyright © 2024. All rights reserved.