Class SessionEndEvent
- java.lang.Object
-
- com.mparticle.sdk.model.eventprocessing.Event
-
- com.mparticle.sdk.model.eventprocessing.SessionEndEvent
-
public final class SessionEndEvent extends Event
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mparticle.sdk.model.eventprocessing.Event
Event.Type
-
-
Constructor Summary
Constructors Constructor Description SessionEndEvent()
-
Method Summary
Modifier and Type Method Description long
getSessionLength()
void
setSessionLength(long sessionLength)
-
Methods inherited from class com.mparticle.sdk.model.eventprocessing.Event
getId, getLocation, getRequest, getSessionId, getSourceId, getTimestamp, getType, setLocation, setRequest, setSessionId, setSourceId, setTimestamp
-
-