public class AgentSessionEndEvent extends AgentEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
AGENT_TOOLS_COMPONENT, mCurrentSiteId| Constructor and Description |
|---|
AgentSessionEndEvent() |
AgentSessionEndEvent(java.lang.String pActivityType,
long pSessionCreateTime,
long pDurationInSeconds)
Constructs a new AgentSessionEndEvent.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationInSeconds() |
java.sql.Timestamp |
getSessionCreateTime()
Get property
SessionCreateTime |
void |
setDurationInSeconds(long pDurationInSeconds) |
void |
setSessionCreateTime(java.sql.Timestamp pSessionCreateTime)
The Date associated with the event.
|
getAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setType, toStringpublic static final java.lang.String CLASS_VERSION
public AgentSessionEndEvent()
public AgentSessionEndEvent(java.lang.String pActivityType,
long pSessionCreateTime,
long pDurationInSeconds)
public void setSessionCreateTime(java.sql.Timestamp pSessionCreateTime)
pDate - new value to setpublic java.sql.Timestamp getSessionCreateTime()
SessionCreateTimejava.sql.Timestamppublic long getDurationInSeconds()
public void setDurationInSeconds(long pDurationInSeconds)
pDurationInSeconds - The pDurationInSeconds to set.