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 |
---|---|
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
|
Long |
getSize()
Get File size in KB
|
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 |
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 addressCopyright © 2021. All rights reserved.