class Handle : SingleMessageRecipient
<init> |
Handle(id: Int, description: String) |
description |
val description: String |
id |
val id: Int |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
toString |
fun toString(): String |