public class WafRuleLimit extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAI()
Get AI的规格
|
Long |
getAntiLeak()
Get 信息防泄漏的规格
|
Long |
getAntiTamper()
Get 防篡改的规格
|
Long |
getApiSecurity()
Get api安全的规格
|
Long |
getAreaBan()
Get 地域封禁的规格
|
Long |
getAutoCC()
Get 紧急CC的规格
|
Long |
getCC()
Get 自定义CC的规格
|
Long |
getCCSession()
Get 自定义CC中配置session
|
Long |
getClientMsg()
Get 客户端流量标记的规格
|
Long |
getCustomRule()
Get 自定义策略的规格
|
Long |
getCustomWhite()
Get 精准白名单的规格
|
Long |
getIPControl()
Get 黑白名单的规格
|
Long |
getTrafficMarking()
Get 流量标记的规格
|
void |
setAI(Long AI)
Set AI的规格
|
void |
setAntiLeak(Long AntiLeak)
Set 信息防泄漏的规格
|
void |
setAntiTamper(Long AntiTamper)
Set 防篡改的规格
|
void |
setApiSecurity(Long ApiSecurity)
Set api安全的规格
|
void |
setAreaBan(Long AreaBan)
Set 地域封禁的规格
|
void |
setAutoCC(Long AutoCC)
Set 紧急CC的规格
|
void |
setCC(Long CC)
Set 自定义CC的规格
|
void |
setCCSession(Long CCSession)
Set 自定义CC中配置session
|
void |
setClientMsg(Long ClientMsg)
Set 客户端流量标记的规格
|
void |
setCustomRule(Long CustomRule)
Set 自定义策略的规格
|
void |
setCustomWhite(Long CustomWhite)
Set 精准白名单的规格
|
void |
setIPControl(Long IPControl)
Set 黑白名单的规格
|
void |
setTrafficMarking(Long TrafficMarking)
Set 流量标记的规格
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WafRuleLimit()
public WafRuleLimit(WafRuleLimit source)
public Long getCC()
public void setCC(Long CC)
CC
- 自定义CC的规格public Long getCustomRule()
public void setCustomRule(Long CustomRule)
CustomRule
- 自定义策略的规格public Long getIPControl()
public void setIPControl(Long IPControl)
IPControl
- 黑白名单的规格public Long getAntiLeak()
public void setAntiLeak(Long AntiLeak)
AntiLeak
- 信息防泄漏的规格public Long getAntiTamper()
public void setAntiTamper(Long AntiTamper)
AntiTamper
- 防篡改的规格public Long getAutoCC()
public void setAutoCC(Long AutoCC)
AutoCC
- 紧急CC的规格public Long getAreaBan()
public void setAreaBan(Long AreaBan)
AreaBan
- 地域封禁的规格public Long getCCSession()
public void setCCSession(Long CCSession)
CCSession
- 自定义CC中配置sessionpublic Long getAI()
public void setAI(Long AI)
AI
- AI的规格public Long getCustomWhite()
public void setCustomWhite(Long CustomWhite)
CustomWhite
- 精准白名单的规格public Long getApiSecurity()
public void setApiSecurity(Long ApiSecurity)
ApiSecurity
- api安全的规格public Long getClientMsg()
public void setClientMsg(Long ClientMsg)
ClientMsg
- 客户端流量标记的规格public Long getTrafficMarking()
public void setTrafficMarking(Long TrafficMarking)
TrafficMarking
- 流量标记的规格Copyright © 2024. All rights reserved.