public class LogicBackupConfigInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LogicBackupConfigInfo()  | 
LogicBackupConfigInfo(LogicBackupConfigInfo 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 | 
getLogicBackupEnable()
Get Whether automatic logical backup is enabled. 
 | 
Long | 
getLogicBackupTimeBeg()
Get Specifies the automatic logic backup start time. 
 | 
Long | 
getLogicBackupTimeEnd()
Get Specifies the termination time of automatic logical backup. 
 | 
String[] | 
getLogicCrossRegions()
Get 
 | 
String | 
getLogicCrossRegionsEnable()
Get Whether cross-regional logical backup is enabled. 
 | 
Long | 
getLogicReserveDuration()
Get Specifies the retention time for automatic logical backup. 
 | 
void | 
setLogicBackupEnable(String LogicBackupEnable)
Set Whether automatic logical backup is enabled. 
 | 
void | 
setLogicBackupTimeBeg(Long LogicBackupTimeBeg)
Set Specifies the automatic logic backup start time. 
 | 
void | 
setLogicBackupTimeEnd(Long LogicBackupTimeEnd)
Set Specifies the termination time of automatic logical backup. 
 | 
void | 
setLogicCrossRegions(String[] LogicCrossRegions)
Set 
 | 
void | 
setLogicCrossRegionsEnable(String LogicCrossRegionsEnable)
Set Whether cross-regional logical backup is enabled. 
 | 
void | 
setLogicReserveDuration(Long LogicReserveDuration)
Set Specifies the retention time for automatic logical backup. 
 | 
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 LogicBackupConfigInfo()
public LogicBackupConfigInfo(LogicBackupConfigInfo source)
public String getLogicBackupEnable()
public void setLogicBackupEnable(String LogicBackupEnable)
LogicBackupEnable - Whether automatic logical backup is enabled.public Long getLogicBackupTimeBeg()
public void setLogicBackupTimeBeg(Long LogicBackupTimeBeg)
LogicBackupTimeBeg - Specifies the automatic logic backup start time.public Long getLogicBackupTimeEnd()
public void setLogicBackupTimeEnd(Long LogicBackupTimeEnd)
LogicBackupTimeEnd - Specifies the termination time of automatic logical backup.public Long getLogicReserveDuration()
public void setLogicReserveDuration(Long LogicReserveDuration)
LogicReserveDuration - Specifies the retention time for automatic logical backup.public String getLogicCrossRegionsEnable()
public void setLogicCrossRegionsEnable(String LogicCrossRegionsEnable)
LogicCrossRegionsEnable - Whether cross-regional logical backup is enabled.public String[] getLogicCrossRegions()
public void setLogicCrossRegions(String[] LogicCrossRegions)
LogicCrossRegions - Copyright © 2025. All rights reserved.