Uses of Class
com.tencentcloudapi.apcas.v20201127.models.QueryGeneralStatRequest
-
Packages that use QueryGeneralStatRequest Package Description com.tencentcloudapi.apcas.v20201127 com.tencentcloudapi.apcas.v20201127.models -
-
Uses of QueryGeneralStatRequest in com.tencentcloudapi.apcas.v20201127
Methods in com.tencentcloudapi.apcas.v20201127 with parameters of type QueryGeneralStatRequest Modifier and Type Method Description QueryGeneralStatResponseApcasClient. QueryGeneralStat(QueryGeneralStatRequest req)获取日/月/周/总调用量统计数据 -
Uses of QueryGeneralStatRequest in com.tencentcloudapi.apcas.v20201127.models
Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type QueryGeneralStatRequest Constructor Description QueryGeneralStatRequest(QueryGeneralStatRequest 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.
-