public class ModifyBackupPolicyResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
ModifyBackupPolicyResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompressType() |
String |
getDBInstanceID() |
String |
getEnableBackupLog() |
String |
getHighSpaceUsageProtection() |
ModifyBackupPolicyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getLocalLogRetentionHours() |
String |
getLocalLogRetentionSpace() |
Integer |
getLogBackupLocalRetentionNumber() |
String |
getRequestId() |
void |
setCompressType(String compressType) |
void |
setDBInstanceID(String dBInstanceID) |
void |
setEnableBackupLog(String enableBackupLog) |
void |
setHighSpaceUsageProtection(String highSpaceUsageProtection) |
void |
setLocalLogRetentionHours(Integer localLogRetentionHours) |
void |
setLocalLogRetentionSpace(String localLogRetentionSpace) |
void |
setLogBackupLocalRetentionNumber(Integer logBackupLocalRetentionNumber) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getDBInstanceID()
public void setDBInstanceID(String dBInstanceID)
public String getEnableBackupLog()
public void setEnableBackupLog(String enableBackupLog)
public Integer getLocalLogRetentionHours()
public void setLocalLogRetentionHours(Integer localLogRetentionHours)
public String getLocalLogRetentionSpace()
public void setLocalLogRetentionSpace(String localLogRetentionSpace)
public String getHighSpaceUsageProtection()
public void setHighSpaceUsageProtection(String highSpaceUsageProtection)
public String getCompressType()
public void setCompressType(String compressType)
public Integer getLogBackupLocalRetentionNumber()
public void setLogBackupLocalRetentionNumber(Integer logBackupLocalRetentionNumber)
public ModifyBackupPolicyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.