Interface DeviceStats.Builder

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

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

    • connectedDeviceCount

      DeviceStats.Builder connectedDeviceCount(Long connectedDeviceCount)

      The number of devices connected with a heartbeat.

      Parameters:
      connectedDeviceCount - The number of devices connected with a heartbeat.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registeredDeviceCount

      DeviceStats.Builder registeredDeviceCount(Long registeredDeviceCount)

      The number of registered devices.

      Parameters:
      registeredDeviceCount - The number of registered devices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.