Class SetBackupExpireRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.SetBackupExpireRuleRequest
-
public class SetBackupExpireRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetBackupExpireRuleRequest()SetBackupExpireRuleRequest(SetBackupExpireRuleRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupExpireRuleInfo[]getBackupExpireRules()Get 淘汰策略数组StringgetClusterId()Get 表所属集群实例IDvoidsetBackupExpireRules(BackupExpireRuleInfo[] BackupExpireRules)Set 淘汰策略数组voidsetClusterId(String ClusterId)Set 表所属集群实例IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetBackupExpireRuleRequest
public SetBackupExpireRuleRequest()
-
SetBackupExpireRuleRequest
public SetBackupExpireRuleRequest(SetBackupExpireRuleRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 表所属集群实例ID- Returns:
- ClusterId 表所属集群实例ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 表所属集群实例ID- Parameters:
ClusterId- 表所属集群实例ID
-
getBackupExpireRules
public BackupExpireRuleInfo[] getBackupExpireRules()
Get 淘汰策略数组- Returns:
- BackupExpireRules 淘汰策略数组
-
setBackupExpireRules
public void setBackupExpireRules(BackupExpireRuleInfo[] BackupExpireRules)
Set 淘汰策略数组- Parameters:
BackupExpireRules- 淘汰策略数组
-
-