Class WafRuleLimit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.WafRuleLimit
-
public class WafRuleLimit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WafRuleLimit()WafRuleLimit(WafRuleLimit 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 LonggetAI()Get AI的规格LonggetAntiLeak()Get 信息防泄漏的规格LonggetAntiTamper()Get 防篡改的规格LonggetApiSecurity()Get api安全的规格LonggetAreaBan()Get 地域封禁的规格LonggetAutoCC()Get 紧急CC的规格LonggetCC()Get 自定义CC的规格LonggetCCSession()Get 自定义CC中配置sessionLonggetClientMsg()Get 客户端流量标记的规格LonggetCustomRule()Get 自定义策略的规格LonggetCustomWhite()Get 精准白名单的规格LonggetIPControl()Get 黑白名单的规格LonggetTrafficMarking()Get 流量标记的规格voidsetAI(Long AI)Set AI的规格voidsetAntiLeak(Long AntiLeak)Set 信息防泄漏的规格voidsetAntiTamper(Long AntiTamper)Set 防篡改的规格voidsetApiSecurity(Long ApiSecurity)Set api安全的规格voidsetAreaBan(Long AreaBan)Set 地域封禁的规格voidsetAutoCC(Long AutoCC)Set 紧急CC的规格voidsetCC(Long CC)Set 自定义CC的规格voidsetCCSession(Long CCSession)Set 自定义CC中配置sessionvoidsetClientMsg(Long ClientMsg)Set 客户端流量标记的规格voidsetCustomRule(Long CustomRule)Set 自定义策略的规格voidsetCustomWhite(Long CustomWhite)Set 精准白名单的规格voidsetIPControl(Long IPControl)Set 黑白名单的规格voidsetTrafficMarking(Long TrafficMarking)Set 流量标记的规格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
-
WafRuleLimit
public WafRuleLimit()
-
WafRuleLimit
public WafRuleLimit(WafRuleLimit 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
-
getCC
public Long getCC()
Get 自定义CC的规格- Returns:
- CC 自定义CC的规格
-
setCC
public void setCC(Long CC)
Set 自定义CC的规格- Parameters:
CC- 自定义CC的规格
-
getCustomRule
public Long getCustomRule()
Get 自定义策略的规格- Returns:
- CustomRule 自定义策略的规格
-
setCustomRule
public void setCustomRule(Long CustomRule)
Set 自定义策略的规格- Parameters:
CustomRule- 自定义策略的规格
-
getIPControl
public Long getIPControl()
Get 黑白名单的规格- Returns:
- IPControl 黑白名单的规格
-
setIPControl
public void setIPControl(Long IPControl)
Set 黑白名单的规格- Parameters:
IPControl- 黑白名单的规格
-
getAntiLeak
public Long getAntiLeak()
Get 信息防泄漏的规格- Returns:
- AntiLeak 信息防泄漏的规格
-
setAntiLeak
public void setAntiLeak(Long AntiLeak)
Set 信息防泄漏的规格- Parameters:
AntiLeak- 信息防泄漏的规格
-
getAntiTamper
public Long getAntiTamper()
Get 防篡改的规格- Returns:
- AntiTamper 防篡改的规格
-
setAntiTamper
public void setAntiTamper(Long AntiTamper)
Set 防篡改的规格- Parameters:
AntiTamper- 防篡改的规格
-
getAutoCC
public Long getAutoCC()
Get 紧急CC的规格- Returns:
- AutoCC 紧急CC的规格
-
setAutoCC
public void setAutoCC(Long AutoCC)
Set 紧急CC的规格- Parameters:
AutoCC- 紧急CC的规格
-
getAreaBan
public Long getAreaBan()
Get 地域封禁的规格- Returns:
- AreaBan 地域封禁的规格
-
setAreaBan
public void setAreaBan(Long AreaBan)
Set 地域封禁的规格- Parameters:
AreaBan- 地域封禁的规格
-
getCCSession
public Long getCCSession()
Get 自定义CC中配置session- Returns:
- CCSession 自定义CC中配置session
-
setCCSession
public void setCCSession(Long CCSession)
Set 自定义CC中配置session- Parameters:
CCSession- 自定义CC中配置session
-
getAI
public Long getAI()
Get AI的规格- Returns:
- AI AI的规格
-
setAI
public void setAI(Long AI)
Set AI的规格- Parameters:
AI- AI的规格
-
getCustomWhite
public Long getCustomWhite()
Get 精准白名单的规格- Returns:
- CustomWhite 精准白名单的规格
-
setCustomWhite
public void setCustomWhite(Long CustomWhite)
Set 精准白名单的规格- Parameters:
CustomWhite- 精准白名单的规格
-
getApiSecurity
public Long getApiSecurity()
Get api安全的规格- Returns:
- ApiSecurity api安全的规格
-
setApiSecurity
public void setApiSecurity(Long ApiSecurity)
Set api安全的规格- Parameters:
ApiSecurity- api安全的规格
-
getClientMsg
public Long getClientMsg()
Get 客户端流量标记的规格- Returns:
- ClientMsg 客户端流量标记的规格
-
setClientMsg
public void setClientMsg(Long ClientMsg)
Set 客户端流量标记的规格- Parameters:
ClientMsg- 客户端流量标记的规格
-
getTrafficMarking
public Long getTrafficMarking()
Get 流量标记的规格- Returns:
- TrafficMarking 流量标记的规格
-
setTrafficMarking
public void setTrafficMarking(Long TrafficMarking)
Set 流量标记的规格- Parameters:
TrafficMarking- 流量标记的规格
-
-