CategoryEntity

data class CategoryEntity(val id: Long = 0, val personId: Long, val name: String, val emoji: String, val threshold: Int = 10, val isPositive: Boolean = false, val totalCount: Int = 0, val tensionLevel: Int = 1, val growthTag: String = "", val createdAt: Long = System.currentTimeMillis())

Constructors

Link copied to clipboard
constructor(id: Long = 0, personId: Long, name: String, emoji: String, threshold: Int = 10, isPositive: Boolean = false, totalCount: Int = 0, tensionLevel: Int = 1, growthTag: String = "", createdAt: Long = System.currentTimeMillis())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long = 0
Link copied to clipboard
val isPositive: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tensionLevel: Int = 1
Link copied to clipboard
val threshold: Int = 10
Link copied to clipboard
val totalCount: Int = 0

Functions

Link copied to clipboard