PutUserRoleDto

data class PutUserRoleDto(aisId: Long, roleId: Int)

Functions

component1
Link copied to clipboard
operator fun component1(): Long
component2
Link copied to clipboard
operator fun component2(): Int
copy
Link copied to clipboard
fun copy(aisId: Long, roleId: Int): PutUserRoleDto
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
validate
Link copied to clipboard
fun validate()

Properties

aisId
Link copied to clipboard
val aisId: Long
roleId
Link copied to clipboard
val roleId: Int