public class BackUpJobDisplay extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackUpJobDisplay() |
BackUpJobDisplay(BackUpJobDisplay 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 |
---|---|
BackupCosInfo |
getBackupCosInfo()
Get Information about cos in the backup instance
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getBackUpSingleSize()
Get Backup single replica data volume
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getBackUpSize()
Get Backup data volume
|
String |
getBackUpTime()
Get Instance creation time
|
Long |
getBackupTimeType()
Get 0: default; 1: immediate backup; 2: migration
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getBackupType()
Get 0: default; 1: one-time backup for the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.
|
DorisSourceInfo |
getDorisSourceInfo()
Get Connection information of the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExpireTime()
Get Instance expiration time
|
Long |
getJobId()
Get Backup instance ID
|
String |
getJobStatus()
Get Instance status
|
Long |
getJobStatusNum()
Get The value corresponding to the instance status
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSnapshot()
Get Backup instance name
|
void |
setBackupCosInfo(BackupCosInfo BackupCosInfo)
Set Information about cos in the backup instance
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBackUpSingleSize(Long BackUpSingleSize)
Set Backup single replica data volume
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBackUpSize(Long BackUpSize)
Set Backup data volume
|
void |
setBackUpTime(String BackUpTime)
Set Instance creation time
|
void |
setBackupTimeType(Long BackupTimeType)
Set 0: default; 1: immediate backup; 2: migration
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBackupType(Long BackupType)
Set 0: default; 1: one-time backup for the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
Set Connection information of the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExpireTime(String ExpireTime)
Set Instance expiration time
|
void |
setJobId(Long JobId)
Set Backup instance ID
|
void |
setJobStatus(String JobStatus)
Set Instance status
|
void |
setJobStatusNum(Long JobStatusNum)
Set The value corresponding to the instance status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSnapshot(String Snapshot)
Set Backup instance name
|
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 BackUpJobDisplay()
public BackUpJobDisplay(BackUpJobDisplay source)
public Long getJobId()
public void setJobId(Long JobId)
JobId
- Backup instance IDpublic String getSnapshot()
public void setSnapshot(String Snapshot)
Snapshot
- Backup instance namepublic Long getBackUpSize()
public void setBackUpSize(Long BackUpSize)
BackUpSize
- Backup data volumepublic Long getBackUpSingleSize()
public void setBackUpSingleSize(Long BackUpSingleSize)
BackUpSingleSize
- Backup single replica data volume
Note: This field may return null, indicating that no valid values can be obtained.public String getBackUpTime()
public void setBackUpTime(String BackUpTime)
BackUpTime
- Instance creation timepublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Instance expiration timepublic String getJobStatus()
public void setJobStatus(String JobStatus)
JobStatus
- Instance statuspublic Long getBackupType()
public void setBackupType(Long BackupType)
BackupType
- 0: default; 1: one-time backup for the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.public Long getBackupTimeType()
public void setBackupTimeType(Long BackupTimeType)
BackupTimeType
- 0: default; 1: immediate backup; 2: migration
Note: This field may return null, indicating that no valid values can be obtained.public DorisSourceInfo getDorisSourceInfo()
public void setDorisSourceInfo(DorisSourceInfo DorisSourceInfo)
DorisSourceInfo
- Connection information of the remote Doris
Note: This field may return null, indicating that no valid values can be obtained.public Long getJobStatusNum()
public void setJobStatusNum(Long JobStatusNum)
JobStatusNum
- The value corresponding to the instance status
Note: This field may return null, indicating that no valid values can be obtained.public BackupCosInfo getBackupCosInfo()
public void setBackupCosInfo(BackupCosInfo BackupCosInfo)
BackupCosInfo
- Information about cos in the backup instance
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.