public class PersistedSessionData extends Object implements Serializable
| Constructor and Description |
|---|
PersistedSessionData() |
PersistedSessionData(long maxEndTime) |
| Modifier and Type | Method and Description |
|---|---|
static PersistedSessionData |
fromJSON(String json) |
long |
getMaxEndTime() |
String |
toJSON()
Helper to convert to JSON
|
public PersistedSessionData()
public PersistedSessionData(long maxEndTime)
public long getMaxEndTime()
public static PersistedSessionData fromJSON(String json)
public String toJSON()
Copyright © 2014. All rights reserved.