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

@Entity public class DeviceLoginHistoric extends Object implements Serializable
DAO for login historic by device and user.
See Also:
  • Field Details

    • id

      private Integer id
      identifier.
    • user

      private User user
      user associated to the device identifier.
    • deviceId

      private String deviceId
      unique identifier of the device.
    • creationDate

      private ZonedDateTime creationDate
      creation date.
    • deviceModel

      private String deviceModel
      device model.
    • operationSystem

      private String operationSystem
      device operation system.
    • appVersion

      private String appVersion
      device app version.
    • lastLoginAccessFate

      private ZonedDateTime lastLoginAccessFate
      last login access date for device and user.
    • isMyDevice

      private Boolean isMyDevice
      is my device.
    • loginStatus

      private String loginStatus
      login status.
  • Constructor Details

    • DeviceLoginHistoric

      public DeviceLoginHistoric()