Class DeleteCustomWhiteRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DeleteCustomWhiteRuleRequest
-
public class DeleteCustomWhiteRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCustomWhiteRuleRequest()DeleteCustomWhiteRuleRequest(DeleteCustomWhiteRuleRequest 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 删除的规则IDvoidsetDomain(String Domain)Set 删除的域名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
-
DeleteCustomWhiteRuleRequest
public DeleteCustomWhiteRuleRequest()
-
DeleteCustomWhiteRuleRequest
public DeleteCustomWhiteRuleRequest(DeleteCustomWhiteRuleRequest 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
-
-