Uses of Class
com.tencentcloudapi.apcas.v20201127.models.QueryCallStatRequest
-
Packages that use QueryCallStatRequest Package Description com.tencentcloudapi.apcas.v20201127 com.tencentcloudapi.apcas.v20201127.models -
-
Uses of QueryCallStatRequest in com.tencentcloudapi.apcas.v20201127
Methods in com.tencentcloudapi.apcas.v20201127 with parameters of type QueryCallStatRequest Modifier and Type Method Description QueryCallStatResponseApcasClient. QueryCallStat(QueryCallStatRequest req)按时间维度获取调用量统计 -
Uses of QueryCallStatRequest in com.tencentcloudapi.apcas.v20201127.models
Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type QueryCallStatRequest Constructor Description QueryCallStatRequest(QueryCallStatRequest 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.
-