Class NodeList

    • Constructor Detail

      • NodeList

        public NodeList()
        Default constructor
      • NodeList

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

        public NodeList​(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 NodeList setIndex​(long index)
        Set Consul index, a unique identifier representing the current state of the requested list of nodes
        Parameters:
        index - the consul index
        Returns:
        reference to this, for fluency
      • getList

        public List<Node> getList()
        Get list of nodes
        Returns:
        the list of nodes
      • setList

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

        public int hashCode()
        Overrides:
        hashCode in class Object