Class AgentNetworkInfo

    • Constructor Detail

      • AgentNetworkInfo

        public AgentNetworkInfo()
    • Method Detail

      • setIpAddress

        public void setIpAddress​(String ipAddress)

        The IP address for the host where the agent resides.

        Parameters:
        ipAddress - The IP address for the host where the agent resides.
      • getIpAddress

        public String getIpAddress()

        The IP address for the host where the agent resides.

        Returns:
        The IP address for the host where the agent resides.
      • withIpAddress

        public AgentNetworkInfo withIpAddress​(String ipAddress)

        The IP address for the host where the agent resides.

        Parameters:
        ipAddress - The IP address for the host where the agent resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMacAddress

        public void setMacAddress​(String macAddress)

        The MAC address for the host where the agent resides.

        Parameters:
        macAddress - The MAC address for the host where the agent resides.
      • getMacAddress

        public String getMacAddress()

        The MAC address for the host where the agent resides.

        Returns:
        The MAC address for the host where the agent resides.
      • withMacAddress

        public AgentNetworkInfo withMacAddress​(String macAddress)

        The MAC address for the host where the agent resides.

        Parameters:
        macAddress - The MAC address for the host where the agent resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object