public class CCRuleConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CCRuleConfig() | 
| CCRuleConfig(CCRuleConfig 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 | 
|---|---|
| String | getAction()Get 执行动作,取值["alg"(人机识别), "drop"(拦截)] | 
| Long | getExeDuration()Get 执行时间,单位秒,取值[1-900] | 
| Long | getPeriod()Get 统计周期,单位秒,取值[10, 30, 60] | 
| Long | getReqNumber()Get 访问次数,取值[1-10000] | 
| void | setAction(String Action)Set 执行动作,取值["alg"(人机识别), "drop"(拦截)] | 
| void | setExeDuration(Long ExeDuration)Set 执行时间,单位秒,取值[1-900] | 
| void | setPeriod(Long Period)Set 统计周期,单位秒,取值[10, 30, 60] | 
| void | setReqNumber(Long ReqNumber)Set 访问次数,取值[1-10000] | 
| 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, toJsonStringpublic CCRuleConfig()
public CCRuleConfig(CCRuleConfig source)
public Long getPeriod()
public void setPeriod(Long Period)
Period - 统计周期,单位秒,取值[10, 30, 60]public Long getReqNumber()
public void setReqNumber(Long ReqNumber)
ReqNumber - 访问次数,取值[1-10000]public String getAction()
public void setAction(String Action)
Action - 执行动作,取值["alg"(人机识别), "drop"(拦截)]public Long getExeDuration()
public void setExeDuration(Long ExeDuration)
ExeDuration - 执行时间,单位秒,取值[1-900]Copyright © 2025. All rights reserved.