Package com.kaltura.client.types
Class Annotation
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.CuePoint
-
- com.kaltura.client.types.Annotation
-
- All Implemented Interfaces:
ResponseType,Serializable
public class Annotation 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 interfaceAnnotation.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description Annotation()Annotation(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendTime(String multirequestToken)IntegergetChildrenCount()IntegergetDepth()IntegergetDirectChildrenCount()IntegergetDuration()IntegergetEndTime()BooleangetIsPublic()StringgetParentId()BooleangetSearchableOnEntry()StringgetText()voidisPublic(String multirequestToken)voidparentId(String multirequestToken)voidsearchableOnEntry(String multirequestToken)voidsetEndTime(Integer endTime)voidsetIsPublic(Boolean isPublic)voidsetParentId(String parentId)voidsetSearchableOnEntry(Boolean searchableOnEntry)voidsetText(String text)voidtext(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
-
Annotation
public Annotation()
-
Annotation
public Annotation(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
parentId
public void parentId(String multirequestToken)
-
getText
public String getText()
-
setText
public void setText(String text)
-
text
public void text(String multirequestToken)
-
getEndTime
public Integer getEndTime()
-
setEndTime
public void setEndTime(Integer endTime)
-
endTime
public void endTime(String multirequestToken)
-
getDuration
public Integer getDuration()
-
getDepth
public Integer getDepth()
-
getChildrenCount
public Integer getChildrenCount()
-
getDirectChildrenCount
public Integer getDirectChildrenCount()
-
getIsPublic
public Boolean getIsPublic()
-
setIsPublic
public void setIsPublic(Boolean isPublic)
-
isPublic
public void isPublic(String multirequestToken)
-
getSearchableOnEntry
public Boolean getSearchableOnEntry()
-
setSearchableOnEntry
public void setSearchableOnEntry(Boolean searchableOnEntry)
-
searchableOnEntry
public void searchableOnEntry(String multirequestToken)
-
-