java.lang.Object
es.kukenan.smartfi.microservice.clients.repository.entity.compositeprimarykey.RootedDeviceControlId
All Implemented Interfaces:
Serializable

public class RootedDeviceControlId extends Object implements Serializable
Class for multiple primary key in rooted device control table in database.
See Also:
  • Field Details

    • controlId

      private String controlId
      Control identifier of rooted device.
    • deviceId

      private String deviceId
      Unique device identifier.
  • Constructor Details

    • RootedDeviceControlId

      public RootedDeviceControlId()