Interface EthernetStatus.Builder

  • Method Details

    • connectionStatus

      EthernetStatus.Builder connectionStatus(String connectionStatus)

      The device's connection status.

      Parameters:
      connectionStatus - The device's connection status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionStatus

      EthernetStatus.Builder connectionStatus(NetworkConnectionStatus connectionStatus)

      The device's connection status.

      Parameters:
      connectionStatus - The device's connection status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.