public class BrowserImpersonationDetectionAction extends AbstractModel
header, skipSign| Constructor and Description |
|---|
BrowserImpersonationDetectionAction() |
BrowserImpersonationDetectionAction(BrowserImpersonationDetectionAction 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 |
|---|---|
BotSessionValidation |
getBotSessionValidation()
Get Cookie 校验和会话跟踪配置。
|
ClientBehaviorDetection |
getClientBehaviorDetection()
Get 客户端行为校验配置。
|
void |
setBotSessionValidation(BotSessionValidation BotSessionValidation)
Set Cookie 校验和会话跟踪配置。
|
void |
setClientBehaviorDetection(ClientBehaviorDetection ClientBehaviorDetection)
Set 客户端行为校验配置。
|
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 BrowserImpersonationDetectionAction()
public BrowserImpersonationDetectionAction(BrowserImpersonationDetectionAction source)
public BotSessionValidation getBotSessionValidation()
public void setBotSessionValidation(BotSessionValidation BotSessionValidation)
BotSessionValidation - Cookie 校验和会话跟踪配置。public ClientBehaviorDetection getClientBehaviorDetection()
public void setClientBehaviorDetection(ClientBehaviorDetection ClientBehaviorDetection)
ClientBehaviorDetection - 客户端行为校验配置。Copyright © 2025. All rights reserved.