public class CosBackup extends AbstractModel
Constructor and Description |
---|
CosBackup() |
CosBackup(CosBackup 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 |
getBackupTime()
Get Auto-backup time (accurate down to the hour), such as "22:00"
|
Boolean |
getIsAutoBackup()
Get Whether to enable auto-backup to COS
|
void |
setBackupTime(String BackupTime)
Set Auto-backup time (accurate down to the hour), such as "22:00"
|
void |
setIsAutoBackup(Boolean IsAutoBackup)
Set Whether to enable auto-backup to COS
|
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 CosBackup()
public CosBackup(CosBackup source)
public Boolean getIsAutoBackup()
public void setIsAutoBackup(Boolean IsAutoBackup)
IsAutoBackup
- Whether to enable auto-backup to COSpublic String getBackupTime()
public void setBackupTime(String BackupTime)
BackupTime
- Auto-backup time (accurate down to the hour), such as "22:00"Copyright © 2023. All rights reserved.