toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.domain.server
/
Channel
Channel
class
Channel
(
id
:
ChannelId
,
val
sessionId
:
SessionId
)
:
Entity
<
ChannelId
>
Members
Members & Extensions
Constructors
Channel
Link copied to clipboard
constructor
(
id
:
ChannelId
,
sessionId
:
SessionId
)
Properties
id
Link copied to clipboard
open
val
id
:
ChannelId
session
Id
Link copied to clipboard
val
sessionId
:
SessionId
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
to
Entity
Link copied to clipboard
fun
Channel
.
toEntity
(
)
:
ChannelEntity