public class SessionEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
SessionEvent() |
SessionEvent(SessionEvent 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 |
---|---|
String |
getEventType()
Get 事件类型,目前支持 StaffHold StaffUnhold StaffMute StaffUnmute
|
EventStaffDetail |
getStaffEventDetail()
Get 座席相关事件详情
|
Long |
getTimestamp()
Get 事件时间戳,Unix 秒级时间戳
|
void |
setEventType(String EventType)
Set 事件类型,目前支持 StaffHold StaffUnhold StaffMute StaffUnmute
|
void |
setStaffEventDetail(EventStaffDetail StaffEventDetail)
Set 座席相关事件详情
|
void |
setTimestamp(Long Timestamp)
Set 事件时间戳,Unix 秒级时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SessionEvent()
public SessionEvent(SessionEvent source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 事件时间戳,Unix 秒级时间戳public String getEventType()
public void setEventType(String EventType)
EventType
- 事件类型,目前支持 StaffHold StaffUnhold StaffMute StaffUnmutepublic EventStaffDetail getStaffEventDetail()
public void setStaffEventDetail(EventStaffDetail StaffEventDetail)
StaffEventDetail
- 座席相关事件详情Copyright © 2025. All rights reserved.