SupporterEntity

data class SupporterEntity(val id: Int, val name: String, val date: Long, val message: String)(source)

Carries SupporterEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Int, name: String, date: Long, message: String)

Properties

Link copied to clipboard
val date: Long

Exposes the date value used by the SDAI storage layer.

Link copied to clipboard
val id: Int

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the message value used by the SDAI storage layer.

Link copied to clipboard

Exposes the name value used by the SDAI storage layer.