GetQuestionDto

data class GetQuestionDto(id: Long, question: String, answer: String, categoryId: Int, order: Int, viewsNumber: Int?, likesNumber: Int?, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, updatedAt: LocalDateTime?)

Functions

component1
Link copied to clipboard
operator fun component1(): Long
component10
Link copied to clipboard
operator fun component10(): Long?
component11
Link copied to clipboard
operator fun component11(): LocalDateTime?
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): String
component4
Link copied to clipboard
operator fun component4(): Int
component5
Link copied to clipboard
operator fun component5(): Int
component6
Link copied to clipboard
operator fun component6(): Int?
component7
Link copied to clipboard
operator fun component7(): Int?
component8
Link copied to clipboard
operator fun component8(): Long
component9
Link copied to clipboard
operator fun component9(): LocalDateTime
copy
Link copied to clipboard
fun copy(id: Long, question: String, answer: String, categoryId: Int, order: Int, viewsNumber: Int?, likesNumber: Int?, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, updatedAt: LocalDateTime?): GetQuestionDto
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

answer
Link copied to clipboard
val answer: String
categoryId
Link copied to clipboard
val categoryId: Int
createdAt
Link copied to clipboard
val createdAt: LocalDateTime
createdBy
Link copied to clipboard
val createdBy: Long
id
Link copied to clipboard
val id: Long
likesNumber
Link copied to clipboard
val likesNumber: Int?
order
Link copied to clipboard
val order: Int
question
Link copied to clipboard
val question: String
updatedAt
Link copied to clipboard
val updatedAt: LocalDateTime?
updatedBy
Link copied to clipboard
val updatedBy: Long?
viewsNumber
Link copied to clipboard
val viewsNumber: Int?