Class SeedNode


  • public final class SeedNode
    extends Object
    The SeedNode model.
    • Constructor Detail

      • SeedNode

        public SeedNode()
    • Method Detail

      • ipAddress

        public String ipAddress()
        Get the ipAddress property: IP address of this seed node.
        Returns:
        the ipAddress value.
      • withIpAddress

        public SeedNode withIpAddress​(String ipAddress)
        Set the ipAddress property: IP address of this seed node.
        Parameters:
        ipAddress - the ipAddress value to set.
        Returns:
        the SeedNode object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.