Package com.kaltura.client.types
Interface LiveChannelSegment.Tokenizer
-
- All Superinterfaces:
ObjectBase.Tokenizer
- Enclosing class:
- LiveChannelSegment
public static interface LiveChannelSegment.Tokenizer extends ObjectBase.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringchannelId()StringcreatedAt()Stringdescription()Stringduration()StringentryId()Stringid()Stringname()StringpartnerId()StringstartTime()Stringstatus()Stringtags()StringtriggerSegmentId()StringtriggerType()Stringtype()StringupdatedAt()
-
-
-
Method Detail
-
id
String id()
-
partnerId
String partnerId()
-
createdAt
String createdAt()
-
updatedAt
String updatedAt()
-
name
String name()
-
description
String description()
-
tags
String tags()
-
type
String type()
-
status
String status()
-
channelId
String channelId()
-
entryId
String entryId()
-
triggerType
String triggerType()
-
triggerSegmentId
String triggerSegmentId()
-
startTime
String startTime()
-
duration
String duration()
-
-