toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.infrastructure.persistence.model
/
ChannelEntity
Channel
Entity
@
MappedEntity
data
class
ChannelEntity
(
@
Id
val
id
:
String
,
val
sessionId
:
String
)
Entity for channels
Members
Members & Extensions
Constructors
Channel
Entity
Link copied to clipboard
constructor
(
@
Id
id
:
String
,
sessionId
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
session
Id
Link copied to clipboard
val
sessionId
:
String
Functions
to
Domain
Link copied to clipboard
fun
ChannelEntity
.
toDomain
(
)
:
Channel