Class ModifyCustomWhiteRuleStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.ModifyCustomWhiteRuleStatusRequest
-
public class ModifyCustomWhiteRuleStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCustomWhiteRuleStatusRequest()ModifyCustomWhiteRuleStatusRequest(ModifyCustomWhiteRuleStatusRequest 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 StringgetDomain()Get 域名LonggetRuleId()Get 规则IDLonggetStatus()Get 开关的状态,1是开启、0是关闭voidsetDomain(String Domain)Set 域名voidsetRuleId(Long RuleId)Set 规则IDvoidsetStatus(Long Status)Set 开关的状态,1是开启、0是关闭voidtoMap(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
-
ModifyCustomWhiteRuleStatusRequest
public ModifyCustomWhiteRuleStatusRequest()
-
ModifyCustomWhiteRuleStatusRequest
public ModifyCustomWhiteRuleStatusRequest(ModifyCustomWhiteRuleStatusRequest 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
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getRuleId
public Long getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则ID- Parameters:
RuleId- 规则ID
-
getStatus
public Long getStatus()
Get 开关的状态,1是开启、0是关闭- Returns:
- Status 开关的状态,1是开启、0是关闭
-
setStatus
public void setStatus(Long Status)
Set 开关的状态,1是开启、0是关闭- Parameters:
Status- 开关的状态,1是开启、0是关闭
-
-