Uses of Class
com.tencentcloudapi.captcha.v20190722.models.GetTicketStatisticsRequest
-
Packages that use GetTicketStatisticsRequest Package Description com.tencentcloudapi.captcha.v20190722 com.tencentcloudapi.captcha.v20190722.models -
-
Uses of GetTicketStatisticsRequest in com.tencentcloudapi.captcha.v20190722
Methods in com.tencentcloudapi.captcha.v20190722 with parameters of type GetTicketStatisticsRequest Modifier and Type Method Description GetTicketStatisticsResponseCaptchaClient. GetTicketStatistics(GetTicketStatisticsRequest req)查询单个CaptchaAppID票据校验数据,包括:票据校验量、票据校验通过量、票据校验拦截量。 -
Uses of GetTicketStatisticsRequest in com.tencentcloudapi.captcha.v20190722.models
Constructors in com.tencentcloudapi.captcha.v20190722.models with parameters of type GetTicketStatisticsRequest Constructor Description GetTicketStatisticsRequest(GetTicketStatisticsRequest 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.
-