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()
String
public void setId(String value)
value
- allowed object is
String
public Integer getTimeout()
Integer
public void setTimeout(Integer value)
value
- allowed object is
Integer
public Long getStarttime()
Long
Copyright © 2011–2017 aiticon GmbH. All rights reserved.