Class GCloudSessionDataStore.EntityDataModel

java.lang.Object
org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
Enclosing class:
GCloudSessionDataStore

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

  • Constructor Details

    • EntityDataModel

      public EntityDataModel()
  • Method Details

    • getLastNode

      public String getLastNode()
      Returns:
      the lastNode
    • setLastNode

      public void setLastNode(String lastNode)
      Parameters:
      lastNode - the lastNode to set
    • getKind

      public String getKind()
      Returns:
      the kind
    • setKind

      public void setKind(String kind)
      Parameters:
      kind - the kind to set
    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getContextPath

      public String getContextPath()
      Returns:
      the contextPath
    • setContextPath

      public void setContextPath(String contextPath)
      Parameters:
      contextPath - the contextPath to set
    • getVhost

      public String getVhost()
      Returns:
      the vhost
    • setVhost

      public void setVhost(String vhost)
      Parameters:
      vhost - the vhost to set
    • getAccessed

      public String getAccessed()
      Returns:
      the accessed
    • setAccessed

      public void setAccessed(String accessed)
      Parameters:
      accessed - the accessed to set
    • getLastAccessed

      public String getLastAccessed()
      Returns:
      the lastAccessed
    • setLastAccessed

      public void setLastAccessed(String lastAccessed)
      Parameters:
      lastAccessed - the lastAccessed to set
    • getCreateTime

      public String getCreateTime()
      Returns:
      the createTime
    • setCreateTime

      public void setCreateTime(String createTime)
      Parameters:
      createTime - the createTime to set
    • getCookieSetTime

      public String getCookieSetTime()
      Returns:
      the cookieSetTime
    • setCookieSetTime

      public void setCookieSetTime(String cookieSetTime)
      Parameters:
      cookieSetTime - the cookieSetTime to set
    • getExpiry

      public String getExpiry()
      Returns:
      the expiry
    • setExpiry

      public void setExpiry(String expiry)
      Parameters:
      expiry - the expiry to set
    • getMaxInactive

      public String getMaxInactive()
      Returns:
      the maxInactive
    • setMaxInactive

      public void setMaxInactive(String maxInactive)
      Parameters:
      maxInactive - the maxInactive to set
    • getAttributes

      public String getAttributes()
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(String attributes)
      Parameters:
      attributes - the attributes to set
    • getLastSaved

      public String getLastSaved()
      Returns:
      the lastSaved
    • setLastSaved

      public void setLastSaved(String lastSaved)
      Parameters:
      lastSaved - the lastSaved to set
    • toString

      public String toString()
      Overrides:
      toString in class Object