public class RedisBackupSet extends AbstractModel
header, skipSign
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 task ID
|
Long |
getBackupSize()
Get Internal field, which can be ignored.
|
String |
getBackupType()
Get Backup type.
|
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.
|
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.
|
void |
setBackupId(String BackupId)
Set Backup task ID
|
void |
setBackupSize(Long BackupSize)
Set Internal field, which can be ignored.
|
void |
setBackupType(String BackupType)
Set Backup type.
|
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.
|
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.
|
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 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 task IDpublic String getBackupType()
public void setBackupType(String BackupType)
BackupType
- Backup type. Valid values: `1` (Automatic backup in the early morning initiated by the system.) `0`: Manual backup initiated by the user.public Long getStatus()
public void setStatus(Long Status)
Status
- Backup status. Valid values: - `1`: The backup is locked by another process. - `2`: The backup is normal and not locked by any process. - `-1`: The backup is expired. - `3`: The backup is being exported. - `4`: Exported the backup 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. Valid values: - `0` (no) - `1` (yes)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 © 2024. All rights reserved.