Package com.kaltura.client.types
Class QuestionCuePoint
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.CuePoint
-
- com.kaltura.client.types.QuestionCuePoint
-
- All Implemented Interfaces:
ResponseType,Serializable
public class QuestionCuePoint 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 interfaceQuestionCuePoint.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description QuestionCuePoint()QuestionCuePoint(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexcludeFromScore(String multirequestToken)voidexplanation(String multirequestToken)BooleangetExcludeFromScore()StringgetExplanation()StringgetHint()List<OptionalAnswer>getOptionalAnswers()IntegergetPresentationOrder()StringgetQuestion()QuestionTypegetQuestionType()voidhint(String multirequestToken)voidpresentationOrder(String multirequestToken)voidquestion(String multirequestToken)voidquestionType(String multirequestToken)voidsetExcludeFromScore(Boolean excludeFromScore)voidsetExplanation(String explanation)voidsetHint(String hint)voidsetOptionalAnswers(List<OptionalAnswer> optionalAnswers)voidsetPresentationOrder(Integer presentationOrder)voidsetQuestion(String question)voidsetQuestionType(QuestionType questionType)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
-
QuestionCuePoint
public QuestionCuePoint()
-
QuestionCuePoint
public QuestionCuePoint(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getOptionalAnswers
public List<OptionalAnswer> getOptionalAnswers()
-
setOptionalAnswers
public void setOptionalAnswers(List<OptionalAnswer> optionalAnswers)
-
getHint
public String getHint()
-
setHint
public void setHint(String hint)
-
hint
public void hint(String multirequestToken)
-
getQuestion
public String getQuestion()
-
setQuestion
public void setQuestion(String question)
-
question
public void question(String multirequestToken)
-
getExplanation
public String getExplanation()
-
setExplanation
public void setExplanation(String explanation)
-
explanation
public void explanation(String multirequestToken)
-
getQuestionType
public QuestionType getQuestionType()
-
setQuestionType
public void setQuestionType(QuestionType questionType)
-
questionType
public void questionType(String multirequestToken)
-
getPresentationOrder
public Integer getPresentationOrder()
-
setPresentationOrder
public void setPresentationOrder(Integer presentationOrder)
-
presentationOrder
public void presentationOrder(String multirequestToken)
-
getExcludeFromScore
public Boolean getExcludeFromScore()
-
setExcludeFromScore
public void setExcludeFromScore(Boolean excludeFromScore)
-
excludeFromScore
public void excludeFromScore(String multirequestToken)
-
-