Class BackupFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.BackupFile
-
public class BackupFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrossBackupAddr[]
getCrossBackupAddr()
Get 备份的跨地域region和所对应的下载地址String[]
getDBs()
Get 备份文件的库的名称String
getDownloadLink()
Get 下载地址String
getFileName()
Get 备份文件名称Long
getId()
Get 备份文件唯一标识String
getRegion()
Get 当前实例地域码Long
getSize()
Get 文件大小(K)void
setCrossBackupAddr(CrossBackupAddr[] CrossBackupAddr)
Set 备份的跨地域region和所对应的下载地址void
setDBs(String[] DBs)
Set 备份文件的库的名称void
setDownloadLink(String DownloadLink)
Set 下载地址void
setFileName(String FileName)
Set 备份文件名称void
setId(Long Id)
Set 备份文件唯一标识void
setRegion(String Region)
Set 当前实例地域码void
setSize(Long Size)
Set 文件大小(K)void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BackupFile
public BackupFile()
-
BackupFile
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 备份文件唯一标识- Returns:
- Id 备份文件唯一标识
-
setId
public void setId(Long Id)
Set 备份文件唯一标识- Parameters:
Id
- 备份文件唯一标识
-
getFileName
public String getFileName()
Get 备份文件名称- Returns:
- FileName 备份文件名称
-
setFileName
public void setFileName(String FileName)
Set 备份文件名称- Parameters:
FileName
- 备份文件名称
-
getSize
public Long getSize()
Get 文件大小(K)- Returns:
- Size 文件大小(K)
-
setSize
public void setSize(Long Size)
Set 文件大小(K)- Parameters:
Size
- 文件大小(K)
-
getDBs
public String[] getDBs()
Get 备份文件的库的名称- Returns:
- DBs 备份文件的库的名称
-
setDBs
public void setDBs(String[] DBs)
Set 备份文件的库的名称- Parameters:
DBs
- 备份文件的库的名称
-
getDownloadLink
public String getDownloadLink()
Get 下载地址- Returns:
- DownloadLink 下载地址
-
setDownloadLink
public void setDownloadLink(String DownloadLink)
Set 下载地址- Parameters:
DownloadLink
- 下载地址
-
getRegion
public String getRegion()
Get 当前实例地域码- Returns:
- Region 当前实例地域码
-
setRegion
public void setRegion(String Region)
Set 当前实例地域码- Parameters:
Region
- 当前实例地域码
-
getCrossBackupAddr
public CrossBackupAddr[] getCrossBackupAddr()
Get 备份的跨地域region和所对应的下载地址- Returns:
- CrossBackupAddr 备份的跨地域region和所对应的下载地址
-
setCrossBackupAddr
public void setCrossBackupAddr(CrossBackupAddr[] CrossBackupAddr)
Set 备份的跨地域region和所对应的下载地址- Parameters:
CrossBackupAddr
- 备份的跨地域region和所对应的下载地址
-
-