ClientUId

data class ClientUId(name: String)

This class represents a client unique identifier (UId).

Constructors

ClientUId
Link copied to clipboard
common
fun ClientUId(name: String)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

compareTo
Link copied to clipboard
common
operator fun compareTo(other: ClientUId): Int
Compares this client name to a given other client name.
copy
Link copied to clipboard
common
fun copy(name: String): ClientUId
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toJson
Link copied to clipboard
common
fun toJson(): String
Serializes this client unique id to a json string.
toString
Link copied to clipboard
common
open override fun toString(): String