public class RedisBackupSet extends AbstractModel
Constructor and Description |
---|
RedisBackupSet() |
RedisBackupSet(RedisBackupSet 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 |
---|---|
String |
getBackupId()
Get Backup ID
|
Long |
getBackupSize()
Get Internal field, which can be ignored.
|
String |
getBackupType()
Get Backup type
- `1`: Manual backup initiated by the user.
|
String |
getEndTime()
Get Backup end time
|
String |
getExpireTime()
Get Backup file expiration time
|
String |
getFileType()
Get Backup file type
|
Long |
getFullBackup()
Get Internal field, which can be ignored.
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
Long |
getInstanceType()
Get Internal field, which can be ignored.
|
Long |
getLocked()
Get Whether the backup is locked
- `0`: Not locked.
|
String |
getRegion()
Get The region where the local backup resides.
|
String |
getRemark()
Get Backup remarks
|
String |
getStartTime()
Get Backup start time
|
Long |
getStatus()
Get Backup status
- `1`: The backup is locked by another process.
|
void |
setBackupId(String BackupId)
Set Backup ID
|
void |
setBackupSize(Long BackupSize)
Set Internal field, which can be ignored.
|
void |
setBackupType(String BackupType)
Set Backup type
- `1`: Manual backup initiated by the user.
|
void |
setEndTime(String EndTime)
Set Backup end time
|
void |
setExpireTime(String ExpireTime)
Set Backup file expiration time
|
void |
setFileType(String FileType)
Set Backup file type
|
void |
setFullBackup(Long FullBackup)
Set Internal field, which can be ignored.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setInstanceType(Long InstanceType)
Set Internal field, which can be ignored.
|
void |
setLocked(Long Locked)
Set Whether the backup is locked
- `0`: Not locked.
|
void |
setRegion(String Region)
Set The region where the local backup resides.
|
void |
setRemark(String Remark)
Set Backup remarks
|
void |
setStartTime(String StartTime)
Set Backup start time
|
void |
setStatus(Long Status)
Set Backup status
- `1`: The backup is locked by another process.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RedisBackupSet()
public RedisBackupSet(RedisBackupSet source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Backup start timepublic String getBackupId()
public void setBackupId(String BackupId)
BackupId
- Backup IDpublic String getBackupType()
public void setBackupType(String BackupType)
BackupType
- Backup type
- `1`: Manual backup initiated by the user.
- `0`: Automatic backup in the early morning initiated by the system.public Long getStatus()
public void setStatus(Long Status)
Status
- Backup status
- `1`: The backup is locked by another process.
- `2`: The backup is normal and not locked by any process.
- `-1`: The backup expired.
- `3`: The backup is being exported.
- `4`: The backup was exported successfully.public String getRemark()
public void setRemark(String Remark)
Remark
- Backup remarkspublic Long getLocked()
public void setLocked(Long Locked)
Locked
- Whether the backup is locked
- `0`: Not locked.
- `1`: Locked.public Long getBackupSize()
public void setBackupSize(Long BackupSize)
BackupSize
- Internal field, which can be ignored.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFullBackup()
public void setFullBackup(Long FullBackup)
FullBackup
- Internal field, which can be ignored.
Note: This field may return null, indicating that no valid values can be obtained.public Long getInstanceType()
public void setInstanceType(Long InstanceType)
InstanceType
- Internal field, which can be ignored.
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getRegion()
public void setRegion(String Region)
Region
- The region where the local backup resides.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Backup end timepublic String getFileType()
public void setFileType(String FileType)
FileType
- Backup file typepublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Backup file expiration timeCopyright © 2023. All rights reserved.