Class PathElement

    • Constructor Detail

      • PathElement

        public PathElement()

        Constructor for PathElement.

      • PathElement

        public PathElement​(String ipAddress,
                           String serviceName)

        Constructor for PathElement.

        Parameters:
        ipAddress - a String object.
        serviceName - a String object.
    • Method Detail

      • getIpAddress

        public String getIpAddress()

        getIpAddress

        Returns:
        a String object.
      • setIpAddress

        public void setIpAddress​(String ipAddress)

        setIpAddress

        Parameters:
        ipAddress - a String object.
      • getServiceName

        public String getServiceName()

        getServiceName

        Returns:
        a String object.
      • setServiceName

        public void setServiceName​(String serviceName)

        setServiceName

        Parameters:
        serviceName - a String object.