public class BotIntelligence extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BotIntelligence() | 
| BotIntelligence(BotIntelligence 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 | 
|---|---|
| BotRatings | getBotRatings()Get 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。 | 
| String | getEnabled()Get Bot 智能分析的具体配置开关。取值有:
on:开启;
off:关闭。 | 
| void | setBotRatings(BotRatings BotRatings)Set 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。 | 
| void | setEnabled(String Enabled)Set Bot 智能分析的具体配置开关。取值有:
on:开启;
off:关闭。 | 
| 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 BotIntelligence()
public BotIntelligence(BotIntelligence source)
public BotRatings getBotRatings()
public void setBotRatings(BotRatings BotRatings)
BotRatings - 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。public String getEnabled()
public void setEnabled(String Enabled)
Enabled - Bot 智能分析的具体配置开关。取值有:
on:开启;
off:关闭。Copyright © 2025. All rights reserved.