Uses of Class
com.tencentcloudapi.captcha.v20190722.models.GetTotalRequestStatisticsResponse
-
Packages that use GetTotalRequestStatisticsResponse Package Description com.tencentcloudapi.captcha.v20190722 com.tencentcloudapi.captcha.v20190722.models -
-
Uses of GetTotalRequestStatisticsResponse in com.tencentcloudapi.captcha.v20190722
Methods in com.tencentcloudapi.captcha.v20190722 that return GetTotalRequestStatisticsResponse Modifier and Type Method Description GetTotalRequestStatisticsResponseCaptchaClient. GetTotalRequestStatistics(GetTotalRequestStatisticsRequest req)查询全部验证的统计数据,包括:总请求量、总验证量、总验证通过量、总验证拦截量等数据。 -
Uses of GetTotalRequestStatisticsResponse in com.tencentcloudapi.captcha.v20190722.models
Constructors in com.tencentcloudapi.captcha.v20190722.models with parameters of type GetTotalRequestStatisticsResponse Constructor Description GetTotalRequestStatisticsResponse(GetTotalRequestStatisticsResponse 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.
-