Uses of Class
com.tencentcloudapi.ccc.v20200210.models.CallInMetrics
-
Packages that use CallInMetrics Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of CallInMetrics in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return CallInMetrics Modifier and Type Method Description CallInMetricsCallInNumberMetrics. getMetrics()Get 线路相关指标CallInMetricsCallInSkillGroupMetrics. getMetrics()Get 数据指标CallInMetricsDescribeCallInMetricsResponse. getTotalMetrics()Get 总体指标Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type CallInMetrics Modifier and Type Method Description voidCallInNumberMetrics. setMetrics(CallInMetrics Metrics)Set 线路相关指标voidCallInSkillGroupMetrics. setMetrics(CallInMetrics Metrics)Set 数据指标voidDescribeCallInMetricsResponse. setTotalMetrics(CallInMetrics TotalMetrics)Set 总体指标Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type CallInMetrics Constructor Description CallInMetrics(CallInMetrics 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.
-