public class BackupCosInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackupCosInfo() |
BackupCosInfo(BackupCosInfo 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 |
getCosBucket()
Get 备份文件所在的cos桶
|
String |
getCosPath()
Get 备份文件所在的完整cos路径
|
String |
getSnapShotPath()
Get 备份文件名称
|
void |
setCosBucket(String CosBucket)
Set 备份文件所在的cos桶
|
void |
setCosPath(String CosPath)
Set 备份文件所在的完整cos路径
|
void |
setSnapShotPath(String SnapShotPath)
Set 备份文件名称
|
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, toJsonString
public BackupCosInfo()
public BackupCosInfo(BackupCosInfo source)
public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket
- 备份文件所在的cos桶public String getCosPath()
public void setCosPath(String CosPath)
CosPath
- 备份文件所在的完整cos路径public String getSnapShotPath()
public void setSnapShotPath(String SnapShotPath)
SnapShotPath
- 备份文件名称Copyright © 2025. All rights reserved.