Package com.kaltura.client.types
Class ThumbCuePoint
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.CuePoint
-
- com.kaltura.client.types.ThumbCuePoint
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ThumbCuePoint extends CuePoint
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 interfaceThumbCuePoint.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ThumbCuePoint()ThumbCuePoint(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassetId(String multirequestToken)voiddescription(String multirequestToken)StringgetAssetId()StringgetDescription()ThumbCuePointSubTypegetSubType()StringgetTitle()voidsetAssetId(String assetId)voidsetDescription(String description)voidsetSubType(ThumbCuePointSubType subType)voidsetTitle(String title)voidsubType(String multirequestToken)voidtitle(String multirequestToken)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.CuePoint
entryId, forceStop, getCopiedFrom, getCreatedAt, getCuePointType, getEntryId, getForceStop, getId, getIntId, getIsMomentary, getPartnerData, getPartnerId, getPartnerSortValue, getStartTime, getStatus, getSystemName, getTags, getThumbOffset, getTriggeredAt, getUpdatedAt, getUserId, partnerData, partnerSortValue, setEntryId, setForceStop, setPartnerData, setPartnerSortValue, setStartTime, setSystemName, setTags, setThumbOffset, setTriggeredAt, setUserId, startTime, systemName, tags, thumbOffset, triggeredAt, userId
-
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
-
ThumbCuePoint
public ThumbCuePoint()
-
ThumbCuePoint
public ThumbCuePoint(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getAssetId
public String getAssetId()
-
setAssetId
public void setAssetId(String assetId)
-
assetId
public void assetId(String multirequestToken)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
description
public void description(String multirequestToken)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
title
public void title(String multirequestToken)
-
getSubType
public ThumbCuePointSubType getSubType()
-
setSubType
public void setSubType(ThumbCuePointSubType subType)
-
subType
public void subType(String multirequestToken)
-
-