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