public interface StickTopSessionInfo
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
long |
getCreateTime()
Get the time when the session is created
|
java.lang.String |
getExt()
Get the extended field
|
java.lang.String |
getSessionId()
Get the session ID
|
SessionTypeEnum |
getSessionType()
Get the session type
|
long |
getUpdateTime()
Get the update time
|
java.lang.String getSessionId()
SessionTypeEnum getSessionType()
java.lang.String getExt()
long getCreateTime()
long getUpdateTime()