public class SessionInfo extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Long |
starttime |
protected Integer |
timeout |
| Constructor and Description |
|---|
SessionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The globally unique id of the session.
|
Long |
getStarttime()
The unix time at session start.
|
Integer |
getTimeout()
The timeout of the session in seconds.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStarttime(Long value)
Sets the value of the starttime property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
protected String id
protected Integer timeout
protected Long starttime
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Integer getTimeout()
Integerpublic void setTimeout(Integer value)
value - allowed object is
Integerpublic Long getStarttime()
LongCopyright © 2011–2020 aiticon GmbH. All rights reserved.