Package com.kaltura.client.types
Interface ClippingTaskEntryServerNode.Tokenizer
-
- All Superinterfaces:
EntryServerNode.Tokenizer,ObjectBase.Tokenizer,TaskEntryServerNode.Tokenizer
- Enclosing class:
- ClippingTaskEntryServerNode
public static interface ClippingTaskEntryServerNode.Tokenizer extends TaskEntryServerNode.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClipAttributes.TokenizerclipAttributes()StringclippedEntryId()StringliveEntryId()-
Methods inherited from interface com.kaltura.client.types.EntryServerNode.Tokenizer
createdAt, entryId, id, partnerId, serverNodeId, serverType, status, updatedAt
-
-
-
-
Method Detail
-
clipAttributes
ClipAttributes.Tokenizer clipAttributes()
-
clippedEntryId
String clippedEntryId()
-
liveEntryId
String liveEntryId()
-
-