Device User Session

@Entity
open class DeviceUserSession : EquinoxItem

The DeviceUserSession class is useful to represent the relationship between ConnectedDevice and GliderUser

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to init the DeviceUserSession class
constructor(sessionId: String, device: ConnectedDevice, lastLogin: Long)
Constructor to init the DeviceUserSession class

Properties

Link copied to clipboard
device the device details
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
lastLogin the last login of the specific session
Link copied to clipboard
protected val timeFormatter: TimeFormatter
Link copied to clipboard
private open var user: GliderUser
user the user owner of the device

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String