Class IntelligenceRuleItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.IntelligenceRuleItem
-
public class IntelligenceRuleItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Get 触发智能分析标签对应的处置方式,取值有: drop:拦截; trans:放行; alg:Javascript挑战; captcha:数字验证码; monitor:观察。StringgetLabel()Get 智能分析标签,取值有: evil_bot:恶意bot; suspect_bot:疑似bot; good_bot:良好bot; normal:正常请求。voidsetAction(String Action)Set 触发智能分析标签对应的处置方式,取值有: drop:拦截; trans:放行; alg:Javascript挑战; captcha:数字验证码; monitor:观察。voidsetLabel(String Label)Set 智能分析标签,取值有: evil_bot:恶意bot; suspect_bot:疑似bot; good_bot:良好bot; normal:正常请求。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
-
IntelligenceRuleItem
public IntelligenceRuleItem()
-
IntelligenceRuleItem
public 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.
-
-
Method Detail
-
getLabel
public String getLabel()
Get 智能分析标签,取值有:- evil_bot:恶意bot;
- suspect_bot:疑似bot;
- good_bot:良好bot;
- normal:正常请求。
- Returns:
- Label 智能分析标签,取值有:
- evil_bot:恶意bot;
- suspect_bot:疑似bot;
- good_bot:良好bot;
- normal:正常请求。
-
setLabel
public void setLabel(String Label)
Set 智能分析标签,取值有:- evil_bot:恶意bot;
- suspect_bot:疑似bot;
- good_bot:良好bot;
- normal:正常请求。
- Parameters:
Label- 智能分析标签,取值有:- evil_bot:恶意bot;
- suspect_bot:疑似bot;
- good_bot:良好bot;
- normal:正常请求。
-
getAction
public String getAction()
Get 触发智能分析标签对应的处置方式,取值有:- drop:拦截;
- trans:放行;
- alg:Javascript挑战;
- captcha:数字验证码;
- monitor:观察。
- Returns:
- Action 触发智能分析标签对应的处置方式,取值有:
- drop:拦截;
- trans:放行;
- alg:Javascript挑战;
- captcha:数字验证码;
- monitor:观察。
-
setAction
public void setAction(String Action)
Set 触发智能分析标签对应的处置方式,取值有:- drop:拦截;
- trans:放行;
- alg:Javascript挑战;
- captcha:数字验证码;
- monitor:观察。
- Parameters:
Action- 触发智能分析标签对应的处置方式,取值有:- drop:拦截;
- trans:放行;
- alg:Javascript挑战;
- captcha:数字验证码;
- monitor:观察。
-
-