Class SessionList

    • Constructor Detail

      • SessionList

        public SessionList()
        Default constructor
      • SessionList

        public SessionList​(SessionList other)
        Copy constructor
        Parameters:
        other - the one to copy
      • SessionList

        public SessionList​(JsonObject json)
        Constructor from JSON
        Parameters:
        json - the JSON
    • Method Detail

      • toJson

        public JsonObject toJson()
        Convert to JSON
        Returns:
        the JSON
      • getIndex

        public long getIndex()
        Get Consul index
        Returns:
        the consul index
      • setIndex

        public SessionList setIndex​(long index)
        Set Consul index, a unique identifier representing the current state of the requested list of sessions
        Parameters:
        index - the consul index
        Returns:
        reference to this, for fluency
      • getList

        public List<Session> getList()
        Get list of sessions
        Returns:
        the list of sessions
      • setList

        public SessionList setList​(List<Session> list)
        Set list of sessions
        Parameters:
        list - the list of sessions
        Returns:
        reference to this, for fluency
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object