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 备份文件的库的名称
|
String |
getDownloadLink()
Get 下载地址
|
String |
getFileName()
Get 备份文件名称
|
Long |
getId()
Get 备份文件唯一标识
|
Long |
getSize()
Get 文件大小(K)
|
void |
setDBs(String[] DBs)
Set 备份文件的库的名称
|
void |
setDownloadLink(String DownloadLink)
Set 下载地址
|
void |
setFileName(String FileName)
Set 备份文件名称
|
void |
setId(Long Id)
Set 备份文件唯一标识
|
void |
setSize(Long Size)
Set 文件大小(K)
|
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
- 备份文件唯一标识public String getFileName()
public void setFileName(String FileName)
FileName
- 备份文件名称public Long getSize()
public void setSize(Long Size)
Size
- 文件大小(K)public String[] getDBs()
public void setDBs(String[] DBs)
DBs
- 备份文件的库的名称public String getDownloadLink()
public void setDownloadLink(String DownloadLink)
DownloadLink
- 下载地址Copyright © 2021. All rights reserved.