app
androidJvm
app
/
com.iomt.android.room.device
/
DeviceEntity
Device
Entity
data
class
DeviceEntity
(
val
name
:
String
,
val
mac
:
String
)
:
BasicEntity
Members
Constructors
Device
Entity
Link copied to clipboard
constructor
(
name
:
String
,
mac
:
String
)
Properties
id
Link copied to clipboard
var
id
:
Long
?
Autogenerated id, null by default
mac
Link copied to clipboard
val
mac
:
String
device MAC address
name
Link copied to clipboard
val
name
:
String
device name