Uses of Class
com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaOperDataRequest
-
Packages that use DescribeCaptchaOperDataRequest Package Description com.tencentcloudapi.captcha.v20190722 com.tencentcloudapi.captcha.v20190722.models -
-
Uses of DescribeCaptchaOperDataRequest in com.tencentcloudapi.captcha.v20190722
Methods in com.tencentcloudapi.captcha.v20190722 with parameters of type DescribeCaptchaOperDataRequest Modifier and Type Method Description DescribeCaptchaOperDataResponseCaptchaClient. DescribeCaptchaOperData(DescribeCaptchaOperDataRequest req)安全验证码用户操作数据查询,验证码加载耗时type = 1 、拦截情况type = 2、 一周通过平均尝试次数 type = 3、尝试次数分布 type = 4 -
Uses of DescribeCaptchaOperDataRequest in com.tencentcloudapi.captcha.v20190722.models
Constructors in com.tencentcloudapi.captcha.v20190722.models with parameters of type DescribeCaptchaOperDataRequest Constructor Description DescribeCaptchaOperDataRequest(DescribeCaptchaOperDataRequest 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.
-