Interface WiFiAccessPoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WiFiAccessPoint.Builder,WiFiAccessPoint>, SdkBuilder<WiFiAccessPoint.Builder,WiFiAccessPoint>, SdkPojo
Enclosing class:
WiFiAccessPoint

public static interface WiFiAccessPoint.Builder extends SdkPojo, CopyableBuilder<WiFiAccessPoint.Builder,WiFiAccessPoint>
  • Method Details

    • macAddress

      WiFiAccessPoint.Builder macAddress(String macAddress)

      Medium access control address (Mac).

      Parameters:
      macAddress - Medium access control address (Mac).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rss

      Received signal strength (dBm) of the WLAN measurement data.

      Parameters:
      rss - Received signal strength (dBm) of the WLAN measurement data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.