Class PersistentUserSessionEntity.Key

    • Field Detail

      • userSessionId

        protected String userSessionId
      • offline

        protected String offline
    • Constructor Detail

      • Key

        public Key()
      • Key

        public Key​(String userSessionId,
                   String offline)
    • Method Detail

      • getUserSessionId

        public String getUserSessionId()
      • getOffline

        public String getOffline()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object