Package com.kaltura.client.types
Class ConvertJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.ConvartableJobData
-
- com.kaltura.client.types.ConvertJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ConvertJobData extends ConvartableJobData
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConvertJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ConvertJobData()ConvertJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.ConvartableJobData
actualSrcFileSyncLocalPath, currentOperationIndex, currentOperationSet, engineVersion, flavorParamsOutputId, getActualSrcFileSyncLocalPath, getCurrentOperationIndex, getCurrentOperationSet, getEngineVersion, getFlavorParamsOutput, getFlavorParamsOutputId, getMediaInfoId, getPluginData, getSrcFileSyncLocalPath, getSrcFileSyncRemoteUrl, getSrcFileSyncs, mediaInfoId, setActualSrcFileSyncLocalPath, setCurrentOperationIndex, setCurrentOperationSet, setEngineVersion, setFlavorParamsOutput, setFlavorParamsOutputId, setMediaInfoId, setPluginData, setSrcFileSyncLocalPath, setSrcFileSyncRemoteUrl, setSrcFileSyncs, srcFileSyncLocalPath, srcFileSyncRemoteUrl
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
ConvertJobData
public ConvertJobData()
-
ConvertJobData
public ConvertJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getDestFileSyncLocalPath
public String getDestFileSyncLocalPath()
-
setDestFileSyncLocalPath
public void setDestFileSyncLocalPath(String destFileSyncLocalPath)
-
destFileSyncLocalPath
public void destFileSyncLocalPath(String multirequestToken)
-
getDestFileSyncRemoteUrl
public String getDestFileSyncRemoteUrl()
-
setDestFileSyncRemoteUrl
public void setDestFileSyncRemoteUrl(String destFileSyncRemoteUrl)
-
destFileSyncRemoteUrl
public void destFileSyncRemoteUrl(String multirequestToken)
-
getLogFileSyncLocalPath
public String getLogFileSyncLocalPath()
-
setLogFileSyncLocalPath
public void setLogFileSyncLocalPath(String logFileSyncLocalPath)
-
logFileSyncLocalPath
public void logFileSyncLocalPath(String multirequestToken)
-
getLogFileSyncRemoteUrl
public String getLogFileSyncRemoteUrl()
-
setLogFileSyncRemoteUrl
public void setLogFileSyncRemoteUrl(String logFileSyncRemoteUrl)
-
logFileSyncRemoteUrl
public void logFileSyncRemoteUrl(String multirequestToken)
-
getFlavorAssetId
public String getFlavorAssetId()
-
setFlavorAssetId
public void setFlavorAssetId(String flavorAssetId)
-
flavorAssetId
public void flavorAssetId(String multirequestToken)
-
getRemoteMediaId
public String getRemoteMediaId()
-
setRemoteMediaId
public void setRemoteMediaId(String remoteMediaId)
-
remoteMediaId
public void remoteMediaId(String multirequestToken)
-
getCustomData
public String getCustomData()
-
setCustomData
public void setCustomData(String customData)
-
customData
public void customData(String multirequestToken)
-
getExtraDestFileSyncs
public List<DestFileSyncDescriptor> getExtraDestFileSyncs()
-
setExtraDestFileSyncs
public void setExtraDestFileSyncs(List<DestFileSyncDescriptor> extraDestFileSyncs)
-
getEngineMessage
public String getEngineMessage()
-
setEngineMessage
public void setEngineMessage(String engineMessage)
-
engineMessage
public void engineMessage(String multirequestToken)
-
getDestFileSyncSharedPath
public String getDestFileSyncSharedPath()
-
setDestFileSyncSharedPath
public void setDestFileSyncSharedPath(String destFileSyncSharedPath)
-
destFileSyncSharedPath
public void destFileSyncSharedPath(String multirequestToken)
-
getUserCpu
public Integer getUserCpu()
-
setUserCpu
public void setUserCpu(Integer userCpu)
-
userCpu
public void userCpu(String multirequestToken)
-
getEstimatedEffort
public Integer getEstimatedEffort()
-
setEstimatedEffort
public void setEstimatedEffort(Integer estimatedEffort)
-
estimatedEffort
public void estimatedEffort(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classConvartableJobData
-
-