StatisticsEntity

data class StatisticsEntity(val timestamp: LocalDateTime, val allNumber: Long, val synchronizedNumber: Long, val deviceCharacteristicLinkId: Long) : BasicEntity

Constructors

Link copied to clipboard
constructor(timestamp: LocalDateTime, allNumber: Long, synchronizedNumber: Long, deviceCharacteristicLinkId: Long)

Properties

Link copied to clipboard

number of all records present in database

Link copied to clipboard
var id: Long?

Autogenerated id, null by default

Link copied to clipboard
Link copied to clipboard
val timestamp: LocalDateTime

moment when the statistic was taken