Uses of Class
com.tencentcloudapi.apcas.v20201127.models.CallDetails
-
Packages that use CallDetails Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of CallDetails in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return CallDetails Modifier and Type Method Description CallDetailsQueryCallDetailsResponse. getCallDetails()Get 调用明细Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallDetails Modifier and Type Method Description voidQueryCallDetailsResponse. setCallDetails(CallDetails CallDetails)Set 调用明细Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type CallDetails Constructor Description CallDetails(CallDetails 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.
-