Class Device

java.lang.Object
com.castlabs.sdk.claws.Device
All Implemented Interfaces:
Serializable

public class Device extends Object implements Serializable
Represents a device.
See Also:
  • Field Details

    • id

      @NonNull public final String id
      The unique identifier of the device.
    • name

      @NonNull public final String name
      The name of the device.
  • Constructor Details

    • Device

      public Device(@NonNull String id, @NonNull String name)
      Constructs a new Device object.
      Parameters:
      id - The unique identifier of the device.
      name - The name of the device.
  • Method Details