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 Event type.
|
EventStaffDetail |
getStaffEventDetail()
Get Describes event details related to the agent.
|
Long |
getTimestamp()
Get Event timestamp.
|
void |
setEventType(String EventType)
Set Event type.
|
void |
setStaffEventDetail(EventStaffDetail StaffEventDetail)
Set Describes event details related to the agent.
|
void |
setTimestamp(Long Timestamp)
Set Event timestamp.
|
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
- Event timestamp. Unix second-level timestamp.public String getEventType()
public void setEventType(String EventType)
EventType
- Event type. currently supports StaffHold, StaffUnhold, StaffMute, StaffUnmute.public EventStaffDetail getStaffEventDetail()
public void setStaffEventDetail(EventStaffDetail StaffEventDetail)
StaffEventDetail
- Describes event details related to the agent.Copyright © 2025. All rights reserved.