Interface DeviceSummary.Builder

    • Method Detail

      • deviceId

        DeviceSummary.Builder deviceId​(String deviceId)

        The ID of the device.

        Parameters:
        deviceId - The ID of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceStatus

        DeviceSummary.Builder deviceStatus​(String deviceStatus)

        The status of the device.

        Parameters:
        deviceStatus - The status of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceStatus, DeviceStatus
      • deviceStatus

        DeviceSummary.Builder deviceStatus​(DeviceStatus deviceStatus)

        The status of the device.

        Parameters:
        deviceStatus - The status of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceStatus, DeviceStatus