Package com.kaltura.client.types
Class ConvertLiveSegmentJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.ConvertLiveSegmentJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ConvertLiveSegmentJobData extends JobData
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 interfaceConvertLiveSegmentJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ConvertLiveSegmentJobData()ConvertLiveSegmentJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassetId(String multirequestToken)voiddestDataFilePath(String multirequestToken)voiddestFilePath(String multirequestToken)voidendTime(String multirequestToken)voidentryId(String multirequestToken)voidfileIndex(String multirequestToken)StringgetAssetId()StringgetDestDataFilePath()StringgetDestFilePath()DoublegetEndTime()StringgetEntryId()IntegergetFileIndex()EntryServerNodeTypegetMediaServerIndex()StringgetSrcFilePath()voidmediaServerIndex(String multirequestToken)voidsetAssetId(String assetId)voidsetDestDataFilePath(String destDataFilePath)voidsetDestFilePath(String destFilePath)voidsetEndTime(Double endTime)voidsetEntryId(String entryId)voidsetFileIndex(Integer fileIndex)voidsetMediaServerIndex(EntryServerNodeType mediaServerIndex)voidsetSrcFilePath(String srcFilePath)voidsrcFilePath(String multirequestToken)ParamstoParams()-
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
-
ConvertLiveSegmentJobData
public ConvertLiveSegmentJobData()
-
ConvertLiveSegmentJobData
public ConvertLiveSegmentJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getEntryId
public String getEntryId()
-
setEntryId
public void setEntryId(String entryId)
-
entryId
public void entryId(String multirequestToken)
-
getAssetId
public String getAssetId()
-
setAssetId
public void setAssetId(String assetId)
-
assetId
public void assetId(String multirequestToken)
-
getMediaServerIndex
public EntryServerNodeType getMediaServerIndex()
-
setMediaServerIndex
public void setMediaServerIndex(EntryServerNodeType mediaServerIndex)
-
mediaServerIndex
public void mediaServerIndex(String multirequestToken)
-
getFileIndex
public Integer getFileIndex()
-
setFileIndex
public void setFileIndex(Integer fileIndex)
-
fileIndex
public void fileIndex(String multirequestToken)
-
getSrcFilePath
public String getSrcFilePath()
-
setSrcFilePath
public void setSrcFilePath(String srcFilePath)
-
srcFilePath
public void srcFilePath(String multirequestToken)
-
getDestFilePath
public String getDestFilePath()
-
setDestFilePath
public void setDestFilePath(String destFilePath)
-
destFilePath
public void destFilePath(String multirequestToken)
-
getEndTime
public Double getEndTime()
-
setEndTime
public void setEndTime(Double endTime)
-
endTime
public void endTime(String multirequestToken)
-
getDestDataFilePath
public String getDestDataFilePath()
-
setDestDataFilePath
public void setDestDataFilePath(String destDataFilePath)
-
destDataFilePath
public void destDataFilePath(String multirequestToken)
-
-