Interface EthernetStatus.Builder

    • Method Detail

      • hwAddress

        EthernetStatus.Builder hwAddress​(String hwAddress)

        The device's physical address.

        Parameters:
        hwAddress - The device's physical address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        EthernetStatus.Builder ipAddress​(String ipAddress)

        The device's IP address.

        Parameters:
        ipAddress - The device's IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.