public class BackupFile extends AbstractModel
Constructor and Description |
---|
BackupFile() |
BackupFile(BackupFile 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 |
---|---|
CrossBackupAddr[] |
getCrossBackupAddr()
Get The target region and download address of cross-region backup
|
String[] |
getDBs()
Get Name of the database corresponding to the backup file
|
String |
getDownloadLink()
Get Download address
|
String |
getFileName()
Get Backup file name
|
Long |
getId()
Get Unique ID of a backup file
|
String |
getRegion()
Get The code of the region where current instance resides
|
Long |
getSize()
Get File size in KB
|
void |
setCrossBackupAddr(CrossBackupAddr[] CrossBackupAddr)
Set The target region and download address of cross-region backup
|
void |
setDBs(String[] DBs)
Set Name of the database corresponding to the backup file
|
void |
setDownloadLink(String DownloadLink)
Set Download address
|
void |
setFileName(String FileName)
Set Backup file name
|
void |
setId(Long Id)
Set Unique ID of a backup file
|
void |
setRegion(String Region)
Set The code of the region where current instance resides
|
void |
setSize(Long Size)
Set File size in KB
|
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 BackupFile()
public BackupFile(BackupFile source)
public Long getId()
public void setId(Long Id)
Id
- Unique ID of a backup filepublic String getFileName()
public void setFileName(String FileName)
FileName
- Backup file namepublic Long getSize()
public void setSize(Long Size)
Size
- File size in KBpublic String[] getDBs()
public void setDBs(String[] DBs)
DBs
- Name of the database corresponding to the backup filepublic String getDownloadLink()
public void setDownloadLink(String DownloadLink)
DownloadLink
- Download addresspublic String getRegion()
public void setRegion(String Region)
Region
- The code of the region where current instance residespublic CrossBackupAddr[] getCrossBackupAddr()
public void setCrossBackupAddr(CrossBackupAddr[] CrossBackupAddr)
CrossBackupAddr
- The target region and download address of cross-region backupCopyright © 2023. All rights reserved.