toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.domain.user
/
User
User
class
User
(
id
:
Username
,
val
username
:
String
=
id.value
)
:
AggregateRoot
<
Username
>
Members
Constructors
User
Link copied to clipboard
constructor
(
id
:
Username
,
username
:
String
=
id.value
)
Properties
id
Link copied to clipboard
open
val
id
:
Username
username
Link copied to clipboard
val
username
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int