Uses of Class
com.tencentcloudapi.teo.v20220901.models.AlgDetectResult
-
Packages that use AlgDetectResult Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of AlgDetectResult in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return AlgDetectResult Modifier and Type Method Description AlgDetectResult[]AlgDetectJS. getAlgDetectResults()Get Bot主动特征识别客户端行为校验结果。AlgDetectResult[]AlgDetectSession. getAlgDetectResults()Get Cookie校验校验结果。AlgDetectResult[]AlgDetectSession. getSessionBehaviors()Get 会话速率和周期特征校验结果。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type AlgDetectResult Modifier and Type Method Description voidAlgDetectJS. setAlgDetectResults(AlgDetectResult[] AlgDetectResults)Set Bot主动特征识别客户端行为校验结果。voidAlgDetectSession. setAlgDetectResults(AlgDetectResult[] AlgDetectResults)Set Cookie校验校验结果。voidAlgDetectSession. setSessionBehaviors(AlgDetectResult[] SessionBehaviors)Set 会话速率和周期特征校验结果。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type AlgDetectResult Constructor Description AlgDetectResult(AlgDetectResult 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.
-