Uses of Class
com.tencentcloudapi.apcas.v20201127.models.CallDetailItem
-
Packages that use CallDetailItem Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of CallDetailItem in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return CallDetailItem Modifier and Type Method Description CallDetailItem[]CallDetails. getCallDetailSet()Get 调用明细数组Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallDetailItem Modifier and Type Method Description voidCallDetails. setCallDetailSet(CallDetailItem[] CallDetailSet)Set 调用明细数组Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallDetailItem Constructor Description CallDetailItem(CallDetailItem 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.
-