public class BackupDownloadInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BackupDownloadInfo()  | 
BackupDownloadInfo(BackupDownloadInfo 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 | 
getDownloadUrl()
Get Address (valid for six hours) used to download the backup file over the public network 
 | 
String | 
getFileName()
Get Backup file name 
 | 
Long | 
getFileSize()
Get Backup file size in bytes. 
 | 
String | 
getInnerDownloadUrl()
Get Address (valid for six hours) used to download the backup file over the private network 
 | 
void | 
setDownloadUrl(String DownloadUrl)
Set Address (valid for six hours) used to download the backup file over the public network 
 | 
void | 
setFileName(String FileName)
Set Backup file name 
 | 
void | 
setFileSize(Long FileSize)
Set Backup file size in bytes. 
 | 
void | 
setInnerDownloadUrl(String InnerDownloadUrl)
Set Address (valid for six hours) used to download the backup file over the private network 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BackupDownloadInfo()
public BackupDownloadInfo(BackupDownloadInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName - Backup file namepublic Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - Backup file size in bytes. If the parameter value is `0`, the backup file size is unknown.public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl - Address (valid for six hours) used to download the backup file over the public networkpublic String getInnerDownloadUrl()
public void setInnerDownloadUrl(String InnerDownloadUrl)
InnerDownloadUrl - Address (valid for six hours) used to download the backup file over the private networkCopyright © 2025. All rights reserved.