public class IntelligenceRuleItem extends AbstractModel
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 触发智能分析标签对应的处置方式。
1.
|
String |
getLabel()
Get 智能分析标签。
1.
|
void |
setAction(String Action)
Set 触发智能分析标签对应的处置方式。
1.
|
void |
setLabel(String Label)
Set 智能分析标签。
1.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public IntelligenceRuleItem()
public IntelligenceRuleItem(IntelligenceRuleItem source)
public String getLabel()
public void setLabel(String Label)
Label
- 智能分析标签。
1. evil_bot 恶意
2. suspect_bot 疑似恶意
3. good_bot 好的
4. normal 正常
注意:此字段可能返回 null,表示取不到有效值。public String getAction()
public void setAction(String Action)
Action
- 触发智能分析标签对应的处置方式。
1. drop 拦截
2. trans 放行
3. monitor 监控
4. alg Javascript挑战
5. captcha 数字验证码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.