Class CallDetails
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apcas.v20201127.models.CallDetails
-
public class CallDetails extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CallDetails()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallDetailItem[]getCallDetailSet()Get 调用明细数组LonggetTotalCount()Get 符合条件的总条数voidsetCallDetailSet(CallDetailItem[] CallDetailSet)Set 调用明细数组voidsetTotalCount(Long TotalCount)Set 符合条件的总条数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CallDetails
public CallDetails()
-
CallDetails
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 符合条件的总条数- Returns:
- TotalCount 符合条件的总条数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 符合条件的总条数- Parameters:
TotalCount- 符合条件的总条数
-
getCallDetailSet
public CallDetailItem[] getCallDetailSet()
Get 调用明细数组- Returns:
- CallDetailSet 调用明细数组
-
setCallDetailSet
public void setCallDetailSet(CallDetailItem[] CallDetailSet)
Set 调用明细数组- Parameters:
CallDetailSet- 调用明细数组
-
-