Class SessionInfo

    • Field Detail

      • timeout

        protected Integer timeout
      • starttime

        protected Long starttime
    • Constructor Detail

      • SessionInfo

        public SessionInfo()
    • Method Detail

      • getId

        public String getId()
        The globally unique id of the session.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getTimeout

        public Integer getTimeout()
        The timeout of the session in seconds.
        Returns:
        possible object is Integer
      • setTimeout

        public void setTimeout​(Integer value)
        Sets the value of the timeout property.
        Parameters:
        value - allowed object is Integer
      • getStarttime

        public Long getStarttime()
        The unix time at session start.
        Returns:
        possible object is Long
      • setStarttime

        public void setStarttime​(Long value)
        Sets the value of the starttime property.
        Parameters:
        value - allowed object is Long