Uses of Class
com.tencentcloudapi.captcha.v20190722.models.GetRequestStatisticsRequest
-
Packages that use GetRequestStatisticsRequest Package Description com.tencentcloudapi.captcha.v20190722 com.tencentcloudapi.captcha.v20190722.models -
-
Uses of GetRequestStatisticsRequest in com.tencentcloudapi.captcha.v20190722
Methods in com.tencentcloudapi.captcha.v20190722 with parameters of type GetRequestStatisticsRequest Modifier and Type Method Description GetRequestStatisticsResponseCaptchaClient. GetRequestStatistics(GetRequestStatisticsRequest req)查询单个CaptchaAppID验证的统计数据,包括:请求量、验证量、验证通过量、验证拦截量。 -
Uses of GetRequestStatisticsRequest in com.tencentcloudapi.captcha.v20190722.models
Constructors in com.tencentcloudapi.captcha.v20190722.models with parameters of type GetRequestStatisticsRequest Constructor Description GetRequestStatisticsRequest(GetRequestStatisticsRequest 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.
-