Package com.kaltura.client.types
Interface ControlPanelCommand.Tokenizer
-
- All Superinterfaces:
ObjectBase.Tokenizer
- Enclosing class:
- ControlPanelCommand
public static interface ControlPanelCommand.Tokenizer extends ObjectBase.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringbatchIndex()Stringcause()StringcreatedAt()StringcreatedBy()StringcreatedById()Stringdescription()StringerrorDescription()Stringid()StringschedulerId()Stringstatus()StringtargetType()Stringtype()StringupdatedAt()StringupdatedBy()StringworkerConfiguredId()StringworkerId()StringworkerName()
-
-
-
Method Detail
-
id
String id()
-
createdAt
String createdAt()
-
createdBy
String createdBy()
-
updatedAt
String updatedAt()
-
updatedBy
String updatedBy()
-
createdById
String createdById()
-
schedulerId
String schedulerId()
-
workerId
String workerId()
-
workerConfiguredId
String workerConfiguredId()
-
workerName
String workerName()
-
batchIndex
String batchIndex()
-
type
String type()
-
targetType
String targetType()
-
status
String status()
-
cause
String cause()
-
description
String description()
-
errorDescription
String errorDescription()
-
-