Package com.kaltura.client.types
Class LiveReportInputFilter
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.LiveReportInputFilter
-
- All Implemented Interfaces:
ResponseType,Serializable
public class LiveReportInputFilter extends ObjectBase
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 interfaceLiveReportInputFilter.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description LiveReportInputFilter()LiveReportInputFilter(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentryIds(String multirequestToken)voidfromTime(String multirequestToken)StringgetEntryIds()LonggetFromTime()BooleangetLive()LiveReportOrderBygetOrderBy()LonggetToTime()voidlive(String multirequestToken)voidorderBy(String multirequestToken)voidsetEntryIds(String entryIds)voidsetFromTime(Long fromTime)voidsetLive(Boolean live)voidsetOrderBy(LiveReportOrderBy orderBy)voidsetToTime(Long toTime)ParamstoParams()voidtoTime(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
-
LiveReportInputFilter
public LiveReportInputFilter()
-
LiveReportInputFilter
public LiveReportInputFilter(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getEntryIds
public String getEntryIds()
-
setEntryIds
public void setEntryIds(String entryIds)
-
entryIds
public void entryIds(String multirequestToken)
-
getFromTime
public Long getFromTime()
-
setFromTime
public void setFromTime(Long fromTime)
-
fromTime
public void fromTime(String multirequestToken)
-
getToTime
public Long getToTime()
-
setToTime
public void setToTime(Long toTime)
-
toTime
public void toTime(String multirequestToken)
-
getLive
public Boolean getLive()
-
setLive
public void setLive(Boolean live)
-
live
public void live(String multirequestToken)
-
getOrderBy
public LiveReportOrderBy getOrderBy()
-
setOrderBy
public void setOrderBy(LiveReportOrderBy orderBy)
-
orderBy
public void orderBy(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-