Package com.bytedesk.call.cdr
Class CallCdrResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.call.cdr.CallCdrResponse
- All Implemented Interfaces:
Serializable
Call通话详单响应实体
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String账户代码private ZonedDateTime接听时间戳private Integer计费时长(秒)private String主叫号码名称private String主叫号码private String用户上下文private String被叫号码private Integer通话时长(秒)private ZonedDateTime结束时间戳private String挂断原因private String主叫IP地址private Integer振铃时长(秒)private Integer铃声时长(秒)private String录音文件路径private ZonedDateTime开始时间戳private String用户代理private String通话UUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
uuid
通话UUID -
callerIdName
主叫号码名称 -
callerIdNumber
主叫号码 -
destinationNumber
被叫号码 -
context
用户上下文 -
hangupCause
挂断原因 -
accountCode
账户代码 -
duration
通话时长(秒) -
billSec
计费时长(秒) -
progressSec
铃声时长(秒) -
progressMediaSec
振铃时长(秒) -
startStamp
开始时间戳 -
answerStamp
接听时间戳 -
endStamp
结束时间戳 -
networkAddr
主叫IP地址 -
userAgent
用户代理 -
recordFile
录音文件路径
-
-
Constructor Details
-
CallCdrResponse
public CallCdrResponse()
-