Class SwitchImageAutoAuthorizedRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.SwitchImageAutoAuthorizedRuleRequest
-
public class SwitchImageAutoAuthorizedRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SwitchImageAutoAuthorizedRuleRequest()SwitchImageAutoAuthorizedRuleRequest(SwitchImageAutoAuthorizedRuleRequest 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 LonggetIsEnabled()Get 规则是否生效,0:不生效,1:已生效LonggetRuleId()Get 规则idvoidsetIsEnabled(Long IsEnabled)Set 规则是否生效,0:不生效,1:已生效voidsetRuleId(Long RuleId)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
-
SwitchImageAutoAuthorizedRuleRequest
public SwitchImageAutoAuthorizedRuleRequest()
-
SwitchImageAutoAuthorizedRuleRequest
public SwitchImageAutoAuthorizedRuleRequest(SwitchImageAutoAuthorizedRuleRequest 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
-
getIsEnabled
public Long getIsEnabled()
Get 规则是否生效,0:不生效,1:已生效- Returns:
- IsEnabled 规则是否生效,0:不生效,1:已生效
-
setIsEnabled
public void setIsEnabled(Long IsEnabled)
Set 规则是否生效,0:不生效,1:已生效- Parameters:
IsEnabled- 规则是否生效,0:不生效,1:已生效
-
getRuleId
public Long getRuleId()
Get 规则id- Returns:
- RuleId 规则id
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则id- Parameters:
RuleId- 规则id
-
-