Package org.eclipse.jetty.gcloud.session
Class GCloudSessionDataStore.EntityDataModel
java.lang.Object
org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- Enclosing class:
GCloudSessionDataStore
EntityDataModel
Names of type of Entity and Entity properties for sessions.
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKind()
getVhost()
void
setAccessed
(String accessed) void
setAttributes
(String attributes) void
setContextPath
(String contextPath) void
setCookieSetTime
(String cookieSetTime) void
setCreateTime
(String createTime) void
void
void
void
setLastAccessed
(String lastAccessed) void
setLastNode
(String lastNode) void
setLastSaved
(String lastSaved) void
setMaxInactive
(String maxInactive) void
toString()
-
Field Details
-
ID
- See Also:
-
CONTEXTPATH
- See Also:
-
VHOST
- See Also:
-
ACCESSED
- See Also:
-
LASTACCESSED
- See Also:
-
CREATETIME
- See Also:
-
COOKIESETTIME
- See Also:
-
LASTNODE
- See Also:
-
EXPIRY
- See Also:
-
MAXINACTIVE
- See Also:
-
ATTRIBUTES
- See Also:
-
LASTSAVED
- See Also:
-
KIND
- See Also:
-
_kind
-
_id
-
_contextPath
-
_vhost
-
_accessed
-
_lastAccessed
-
_lastNode
-
_lastSaved
-
_createTime
-
_cookieSetTime
-
_expiry
-
_maxInactive
-
_attributes
-
-
Constructor Details
-
EntityDataModel
public EntityDataModel()
-
-
Method Details
-
getLastNode
- Returns:
- the lastNode
-
setLastNode
- Parameters:
lastNode
- the lastNode to set
-
getKind
- Returns:
- the kind
-
setKind
- Parameters:
kind
- the kind to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getContextPath
- Returns:
- the contextPath
-
setContextPath
- Parameters:
contextPath
- the contextPath to set
-
getVhost
- Returns:
- the vhost
-
setVhost
- Parameters:
vhost
- the vhost to set
-
getAccessed
- Returns:
- the accessed
-
setAccessed
- Parameters:
accessed
- the accessed to set
-
getLastAccessed
- Returns:
- the lastAccessed
-
setLastAccessed
- Parameters:
lastAccessed
- the lastAccessed to set
-
getCreateTime
- Returns:
- the createTime
-
setCreateTime
- Parameters:
createTime
- the createTime to set
-
getCookieSetTime
- Returns:
- the cookieSetTime
-
setCookieSetTime
- Parameters:
cookieSetTime
- the cookieSetTime to set
-
getExpiry
- Returns:
- the expiry
-
setExpiry
- Parameters:
expiry
- the expiry to set
-
getMaxInactive
- Returns:
- the maxInactive
-
setMaxInactive
- Parameters:
maxInactive
- the maxInactive to set
-
getAttributes
- Returns:
- the attributes
-
setAttributes
- Parameters:
attributes
- the attributes to set
-
getLastSaved
- Returns:
- the lastSaved
-
setLastSaved
- Parameters:
lastSaved
- the lastSaved to set
-
toString
-