public class TelCdrInfo extends AbstractModel
Constructor and Description |
---|
TelCdrInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCallee()
Get 被叫号码
|
String |
getCaller()
Get 主叫号码
|
String |
getCallerLocation()
Get 主叫归属地
|
Long |
getDirection()
Get 呼入呼出方向 0 呼入 1 呼出
|
Long |
getDuration()
Get 通话时长
|
Long |
getEndStatus()
Get 结束状态 0 未知 1 正常通话 2 未接通
|
String |
getRecordURL()
Get 录音信息
|
SeatUserInfo |
getSeatUser()
Get 坐席信息
|
String |
getSkillGroup()
Get 技能组
|
Long |
getTime()
Get 呼叫发起时间戳,Unix 时间戳
|
void |
setCallee(String Callee)
Set 被叫号码
|
void |
setCaller(String Caller)
Set 主叫号码
|
void |
setCallerLocation(String CallerLocation)
Set 主叫归属地
|
void |
setDirection(Long Direction)
Set 呼入呼出方向 0 呼入 1 呼出
|
void |
setDuration(Long Duration)
Set 通话时长
|
void |
setEndStatus(Long EndStatus)
Set 结束状态 0 未知 1 正常通话 2 未接通
|
void |
setRecordURL(String RecordURL)
Set 录音信息
|
void |
setSeatUser(SeatUserInfo SeatUser)
Set 坐席信息
|
void |
setSkillGroup(String SkillGroup)
Set 技能组
|
void |
setTime(Long Time)
Set 呼叫发起时间戳,Unix 时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getCaller()
public void setCaller(String Caller)
Caller
- 主叫号码public String getCallee()
public void setCallee(String Callee)
Callee
- 被叫号码public Long getTime()
public void setTime(Long Time)
Time
- 呼叫发起时间戳,Unix 时间戳public Long getDirection()
public void setDirection(Long Direction)
Direction
- 呼入呼出方向 0 呼入 1 呼出public Long getDuration()
public void setDuration(Long Duration)
Duration
- 通话时长public String getRecordURL()
public void setRecordURL(String RecordURL)
RecordURL
- 录音信息public SeatUserInfo getSeatUser()
public void setSeatUser(SeatUserInfo SeatUser)
SeatUser
- 坐席信息public Long getEndStatus()
public void setEndStatus(Long EndStatus)
EndStatus
- 结束状态 0 未知 1 正常通话 2 未接通public String getSkillGroup()
public void setSkillGroup(String SkillGroup)
SkillGroup
- 技能组public String getCallerLocation()
public void setCallerLocation(String CallerLocation)
CallerLocation
- 主叫归属地Copyright © 2020. All rights reserved.