public class IntelligenceRuleItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntelligenceRuleItem() | 
| IntelligenceRuleItem(IntelligenceRuleItem 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 触发智能分析标签对应的处置方式,取值有:
drop:拦截;
trans:放行;
alg:Javascript挑战;
captcha:数字验证码;
monitor:观察。 | 
| String | getLabel()Get 智能分析标签,取值有:
evil_bot:恶意bot;
suspect_bot:疑似bot;
good_bot:良好bot;
normal:正常请求。 | 
| void | setAction(String Action)Set 触发智能分析标签对应的处置方式,取值有:
drop:拦截;
trans:放行;
alg:Javascript挑战;
captcha:数字验证码;
monitor:观察。 | 
| void | setLabel(String Label)Set 智能分析标签,取值有:
evil_bot:恶意bot;
suspect_bot:疑似bot;
good_bot:良好bot;
normal:正常请求。 | 
| 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 IntelligenceRuleItem()
public IntelligenceRuleItem(IntelligenceRuleItem source)
public String getLabel()
public void setLabel(String Label)
Label - 智能分析标签,取值有:
public String getAction()
public void setAction(String Action)
Action - 触发智能分析标签对应的处置方式,取值有:
Copyright © 2025. All rights reserved.