Class GCloudSessionDataStore.EntityDataModel

  • Enclosing class:
    GCloudSessionDataStore

    public static class GCloudSessionDataStore.EntityDataModel
    extends java.lang.Object
    EntityDataModel Names of type of Entity and Entity properties for sessions.
    • Field Detail

      • _kind

        protected java.lang.String _kind
      • _id

        protected java.lang.String _id
      • _contextPath

        protected java.lang.String _contextPath
      • _vhost

        protected java.lang.String _vhost
      • _accessed

        protected java.lang.String _accessed
      • _lastAccessed

        protected java.lang.String _lastAccessed
      • _lastNode

        protected java.lang.String _lastNode
      • _lastSaved

        protected java.lang.String _lastSaved
      • _createTime

        protected java.lang.String _createTime
      • _cookieSetTime

        protected java.lang.String _cookieSetTime
      • _expiry

        protected java.lang.String _expiry
      • _maxInactive

        protected java.lang.String _maxInactive
      • _attributes

        protected java.lang.String _attributes
    • Constructor Detail

      • EntityDataModel

        public EntityDataModel()
    • Method Detail

      • getLastNode

        public java.lang.String getLastNode()
        Returns:
        the lastNode
      • setLastNode

        public void setLastNode​(java.lang.String lastNode)
        Parameters:
        lastNode - the lastNode to set
      • getKind

        public java.lang.String getKind()
        Returns:
        the kind
      • setKind

        public void setKind​(java.lang.String kind)
        Parameters:
        kind - the kind to set
      • getId

        public java.lang.String getId()
        Returns:
        the id
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - the id to set
      • getContextPath

        public java.lang.String getContextPath()
        Returns:
        the contextPath
      • setContextPath

        public void setContextPath​(java.lang.String contextPath)
        Parameters:
        contextPath - the contextPath to set
      • getVhost

        public java.lang.String getVhost()
        Returns:
        the vhost
      • setVhost

        public void setVhost​(java.lang.String vhost)
        Parameters:
        vhost - the vhost to set
      • getAccessed

        public java.lang.String getAccessed()
        Returns:
        the accessed
      • setAccessed

        public void setAccessed​(java.lang.String accessed)
        Parameters:
        accessed - the accessed to set
      • getLastAccessed

        public java.lang.String getLastAccessed()
        Returns:
        the lastAccessed
      • setLastAccessed

        public void setLastAccessed​(java.lang.String lastAccessed)
        Parameters:
        lastAccessed - the lastAccessed to set
      • getCreateTime

        public java.lang.String getCreateTime()
        Returns:
        the createTime
      • setCreateTime

        public void setCreateTime​(java.lang.String createTime)
        Parameters:
        createTime - the createTime to set
      • getCookieSetTime

        public java.lang.String getCookieSetTime()
        Returns:
        the cookieSetTime
      • setCookieSetTime

        public void setCookieSetTime​(java.lang.String cookieSetTime)
        Parameters:
        cookieSetTime - the cookieSetTime to set
      • getExpiry

        public java.lang.String getExpiry()
        Returns:
        the expiry
      • setExpiry

        public void setExpiry​(java.lang.String expiry)
        Parameters:
        expiry - the expiry to set
      • getMaxInactive

        public java.lang.String getMaxInactive()
        Returns:
        the maxInactive
      • setMaxInactive

        public void setMaxInactive​(java.lang.String maxInactive)
        Parameters:
        maxInactive - the maxInactive to set
      • getAttributes

        public java.lang.String getAttributes()
        Returns:
        the attributes
      • setAttributes

        public void setAttributes​(java.lang.String attributes)
        Parameters:
        attributes - the attributes to set
      • getLastSaved

        public java.lang.String getLastSaved()
        Returns:
        the lastSaved
      • setLastSaved

        public void setLastSaved​(java.lang.String lastSaved)
        Parameters:
        lastSaved - the lastSaved to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object