Class DeviceLoginHistoric
java.lang.Object
es.kukenan.smartfi.microservice.clients.repository.entity.DeviceLoginHistoric
- All Implemented Interfaces:
Serializable
DAO for login historic by device and user.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringdevice app version.private ZonedDateTimecreation date.private Stringunique identifier of the device.private Stringdevice model.private Integeridentifier.private Booleanis my device.private ZonedDateTimelast login access date for device and user.private Stringlogin status.private Stringdevice operation system.private Useruser associated to the device identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
identifier. -
user
user associated to the device identifier. -
deviceId
unique identifier of the device. -
creationDate
creation date. -
deviceModel
device model. -
operationSystem
device operation system. -
appVersion
device app version. -
lastLoginAccessFate
last login access date for device and user. -
isMyDevice
is my device. -
loginStatus
login status.
-
-
Constructor Details
-
DeviceLoginHistoric
public DeviceLoginHistoric()
-