GetUsersWithRoleDto

data class GetUsersWithRoleDto(aisId: Long, login: String?, roleId: Int)

Functions

component1
Link copied to clipboard
operator fun component1(): Long
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): Int
copy
Link copied to clipboard
fun copy(aisId: Long, login: String?, roleId: Int): GetUsersWithRoleDto
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

aisId
Link copied to clipboard
val aisId: Long
login
Link copied to clipboard
val login: String?
roleId
Link copied to clipboard
val roleId: Int