Package com.kaltura.client.types
Class ScheduledTaskJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.ScheduledTaskJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ScheduledTaskJobData 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 interfaceScheduledTaskJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskJobData()ScheduledTaskJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfileFormat(String multirequestToken)DryRunFileTypegetFileFormat()IntegergetMaxResults()LonggetReferenceTime()StringgetResultsFilePath()IntegergetTotalCount()voidmaxResults(String multirequestToken)voidreferenceTime(String multirequestToken)voidresultsFilePath(String multirequestToken)voidsetFileFormat(DryRunFileType fileFormat)voidsetMaxResults(Integer maxResults)voidsetReferenceTime(Long referenceTime)voidsetResultsFilePath(String resultsFilePath)voidsetTotalCount(Integer totalCount)ParamstoParams()voidtotalCount(String multirequestToken)-
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
-
ScheduledTaskJobData
public ScheduledTaskJobData()
-
ScheduledTaskJobData
public ScheduledTaskJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMaxResults
public Integer getMaxResults()
-
setMaxResults
public void setMaxResults(Integer maxResults)
-
maxResults
public void maxResults(String multirequestToken)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
totalCount
public void totalCount(String multirequestToken)
-
getFileFormat
public DryRunFileType getFileFormat()
-
setFileFormat
public void setFileFormat(DryRunFileType fileFormat)
-
fileFormat
public void fileFormat(String multirequestToken)
-
getResultsFilePath
public String getResultsFilePath()
-
setResultsFilePath
public void setResultsFilePath(String resultsFilePath)
-
resultsFilePath
public void resultsFilePath(String multirequestToken)
-
getReferenceTime
public Long getReferenceTime()
-
setReferenceTime
public void setReferenceTime(Long referenceTime)
-
referenceTime
public void referenceTime(String multirequestToken)
-
-