Uses of Class
com.tencentcloudapi.apcas.v20201127.models.CallStatItem
-
Packages that use CallStatItem Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of CallStatItem in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return CallStatItem Modifier and Type Method Description CallStatItem[]QueryCallStatResponse. getCallSet()Get 调用量数组Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallStatItem Modifier and Type Method Description voidQueryCallStatResponse. setCallSet(CallStatItem[] CallSet)Set 调用量数组Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallStatItem Constructor Description CallStatItem(CallStatItem 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.
-