java.lang.Object
es.kukenan.smartfi.microservice.clients.repository.entity.RootedDeviceControl

@Entity public class RootedDeviceControl extends Object
DAO for rooted device control in database.
  • Field Details

    • controlId

      @NotNull private @NotNull String controlId
      Column for control identifier for rooted device.
    • deviceId

      @NotNull private @NotNull String deviceId
      Column for unique device identifier.
  • Constructor Details

    • RootedDeviceControl

      public RootedDeviceControl()