public class ServeParticipant extends AbstractModel
Constructor and Description |
---|
ServeParticipant() |
ServeParticipant(ServeParticipant 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAcceptTimestamp()
Get 接听时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCustomRecordURL()
Get 录音转存第三方COS地址
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEndedTimestamp()
Get 结束时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEndStatusString()
Get 结束状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMail()
Get 坐席邮箱
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPhone()
Get 坐席电话
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecordId()
Get 录音 ID,能够索引到坐席侧的录音
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecordURL()
Get 录音 URL
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRingTimestamp()
Get 振铃时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSequence()
Get 参与者序号,从 0 开始
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSkillGroupId()
Get 技能组 ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSkillGroupName()
Get 技能组名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStartTimestamp()
Get 开始时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTransferFrom()
Get 转接来源坐席信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTransferTo()
Get 转接去向坐席信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTransferToType()
Get 转接去向参与者类型,取值与 Type 一致
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAcceptTimestamp(Long AcceptTimestamp)
Set 接听时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCustomRecordURL(String CustomRecordURL)
Set 录音转存第三方COS地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndedTimestamp(Long EndedTimestamp)
Set 结束时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndStatusString(String EndStatusString)
Set 结束状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMail(String Mail)
Set 坐席邮箱
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPhone(String Phone)
Set 坐席电话
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordId(String RecordId)
Set 录音 ID,能够索引到坐席侧的录音
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordURL(String RecordURL)
Set 录音 URL
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRingTimestamp(Long RingTimestamp)
Set 振铃时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSequence(Long Sequence)
Set 参与者序号,从 0 开始
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSkillGroupId(Long SkillGroupId)
Set 技能组 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSkillGroupName(String SkillGroupName)
Set 技能组名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTimestamp(Long StartTimestamp)
Set 开始时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferFrom(String TransferFrom)
Set 转接来源坐席信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferTo(String TransferTo)
Set 转接去向坐席信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTransferToType(String TransferToType)
Set 转接去向参与者类型,取值与 Type 一致
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
注意:此字段可能返回 null,表示取不到有效值。
|
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 ServeParticipant()
public ServeParticipant(ServeParticipant source)
public String getMail()
public void setMail(String Mail)
Mail
- 坐席邮箱
注意:此字段可能返回 null,表示取不到有效值。public String getPhone()
public void setPhone(String Phone)
Phone
- 坐席电话
注意:此字段可能返回 null,表示取不到有效值。public Long getRingTimestamp()
public void setRingTimestamp(Long RingTimestamp)
RingTimestamp
- 振铃时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getAcceptTimestamp()
public void setAcceptTimestamp(Long AcceptTimestamp)
AcceptTimestamp
- 接听时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getEndedTimestamp()
public void setEndedTimestamp(Long EndedTimestamp)
EndedTimestamp
- 结束时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getRecordId()
public void setRecordId(String RecordId)
RecordId
- 录音 ID,能够索引到坐席侧的录音
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
注意:此字段可能返回 null,表示取不到有效值。public String getTransferFrom()
public void setTransferFrom(String TransferFrom)
TransferFrom
- 转接来源坐席信息
注意:此字段可能返回 null,表示取不到有效值。public String getTransferTo()
public void setTransferTo(String TransferTo)
TransferTo
- 转接去向坐席信息
注意:此字段可能返回 null,表示取不到有效值。public String getTransferToType()
public void setTransferToType(String TransferToType)
TransferToType
- 转接去向参与者类型,取值与 Type 一致
注意:此字段可能返回 null,表示取不到有效值。public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- 技能组 ID
注意:此字段可能返回 null,表示取不到有效值。public String getEndStatusString()
public void setEndStatusString(String EndStatusString)
EndStatusString
- 结束状态
注意:此字段可能返回 null,表示取不到有效值。public String getRecordURL()
public void setRecordURL(String RecordURL)
RecordURL
- 录音 URL
注意:此字段可能返回 null,表示取不到有效值。public Long getSequence()
public void setSequence(Long Sequence)
Sequence
- 参与者序号,从 0 开始
注意:此字段可能返回 null,表示取不到有效值。public Long getStartTimestamp()
public void setStartTimestamp(Long StartTimestamp)
StartTimestamp
- 开始时间戳,Unix 秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getSkillGroupName()
public void setSkillGroupName(String SkillGroupName)
SkillGroupName
- 技能组名称
注意:此字段可能返回 null,表示取不到有效值。public String getCustomRecordURL()
public void setCustomRecordURL(String CustomRecordURL)
CustomRecordURL
- 录音转存第三方COS地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.