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 The cos bucket where the backup file is located. | 
| String | getCosPath()Get The full cos path where the backup file is located. | 
| String | getSnapShotPath()Get Backup file name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCosBucket(String CosBucket)Set The cos bucket where the backup file is located. | 
| void | setCosPath(String CosPath)Set The full cos path where the backup file is located. | 
| void | setSnapShotPath(String SnapShotPath)Set Backup file name
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 BackupCosInfo()
public BackupCosInfo(BackupCosInfo source)
public String getCosBucket()
public void setCosBucket(String CosBucket)
CosBucket - The cos bucket where the backup file is located.
Note: This field may return null, indicating that no valid values can be obtained.public String getCosPath()
public void setCosPath(String CosPath)
CosPath - The full cos path where the backup file is located.
Note: This field may return null, indicating that no valid values can be obtained.public String getSnapShotPath()
public void setSnapShotPath(String SnapShotPath)
SnapShotPath - Backup file name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.