public class CosUploadBackupFile extends AbstractModel
Constructor and Description |
---|
CosUploadBackupFile() |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Get 备份名称
|
Long |
getSize()
Get 备份大小
|
void |
setFileName(String FileName)
Set 备份名称
|
void |
setSize(Long Size)
Set 备份大小
|
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 String getFileName()
public void setFileName(String FileName)
FileName
- 备份名称public Long getSize()
public void setSize(Long Size)
Size
- 备份大小Copyright © 2021. All rights reserved.