Uses of Class
com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaDataSumResponse
-
Packages that use DescribeCaptchaDataSumResponse Package Description com.tencentcloudapi.captcha.v20190722 com.tencentcloudapi.captcha.v20190722.models -
-
Uses of DescribeCaptchaDataSumResponse in com.tencentcloudapi.captcha.v20190722
Methods in com.tencentcloudapi.captcha.v20190722 that return DescribeCaptchaDataSumResponse Modifier and Type Method Description DescribeCaptchaDataSumResponseCaptchaClient. DescribeCaptchaDataSum(DescribeCaptchaDataSumRequest req)安全验证码查询请求数据概况,例如:按照时间段查询数据 昨日请求量、昨日恶意比例、昨日验证量、昨日通过量、昨日恶意拦截量…… -
Uses of DescribeCaptchaDataSumResponse in com.tencentcloudapi.captcha.v20190722.models
Constructors in com.tencentcloudapi.captcha.v20190722.models with parameters of type DescribeCaptchaDataSumResponse Constructor Description DescribeCaptchaDataSumResponse(DescribeCaptchaDataSumResponse 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.
-