Interface NodeInfo


public interface NodeInfo
Node-specific information about a Hotmoka node.
  • Method Details

    • getType

      String getType()
      Yields the type of the node.
      Returns:
      the type of the node
    • getVersion

      String getVersion()
      Yields the version of the node.
      Returns:
      the version of the node
    • getID

      String getID()
      Yields the identifier of the node inside its network, if any.
      Returns:
      the identifier, if any
    • equals

      boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      String toString()
      Overrides:
      toString in class Object