Question
data class Question(id: Long?, question: String, answer: String, categoryId: Int, deleted: Boolean, order: Int, viewsNumber: Int, likesNumber: Int, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, deletedBy: Long?, updatedAt: LocalDateTime?, deletedAt: LocalDateTime?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component12
Link copied to clipboard
component13
Link copied to clipboard
component14
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: Long? = null, question: String, answer: String, categoryId: Int, deleted: Boolean, order: Int, viewsNumber: Int, likesNumber: Int, createdBy: Long, createdAt: LocalDateTime = getActualTime(), updatedBy: Long? = null, deletedBy: Long? = null, updatedAt: LocalDateTime? = null, deletedAt: LocalDateTime? = null): Question
Content copied to clipboard
Properties
categoryId
Link copied to clipboard
createdAt
Link copied to clipboard
deletedAt
Link copied to clipboard
likesNumber
Link copied to clipboard
updatedAt
Link copied to clipboard
viewsNumber
Link copied to clipboard