toggle menu
Pillarbox
dev
androidJvm
switch theme
search in API
pillarbox-core-business
/
ch.srgssr.pillarbox.core.business.integrationlayer.data
/
Segment
Segment
@
Serializable
data
class
Segment
(
val
urn
:
String
,
val
title
:
String
,
val
markIn
:
Long
,
val
markOut
:
Long
,
val
blockReason
:
BlockReason
?
=
null
)
Segment
Members
Constructors
Segment
Link copied to clipboard
constructor
(
urn
:
String
,
title
:
String
,
markIn
:
Long
,
markOut
:
Long
,
blockReason
:
BlockReason
?
=
null
)
Create empty Segment
Properties
block
Reason
Link copied to clipboard
val
blockReason
:
BlockReason
?
=
null
mark
In
Link copied to clipboard
val
markIn
:
Long
mark
Out
Link copied to clipboard
val
markOut
:
Long
title
Link copied to clipboard
val
title
:
String
urn
Link copied to clipboard
val
urn
:
String