Class HmsPollAnswer
-
- All Implemented Interfaces:
public final class HmsPollAnswer
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerquestionIdprivate final HMSPollQuestionTypequestionTypeprivate final Booleanskippedprivate final IntegerselectedOptionprivate final List<Integer>selectedOptionsprivate final StringanswerTextprivate final Booleanupdateprivate final LongdurationMillis
-
Constructor Summary
Constructors Constructor Description HmsPollAnswer(HMSPollQuestionResponse r)HmsPollAnswer(Integer questionId, HMSPollQuestionType questionType, Boolean skipped, Integer selectedOption, List<Integer> selectedOptions, String answerText, Boolean update, Long durationMillis)
-
Method Summary
Modifier and Type Method Description final IntegergetQuestionId()final HMSPollQuestionTypegetQuestionType()final BooleangetSkipped()final IntegergetSelectedOption()final List<Integer>getSelectedOptions()final StringgetAnswerText()final BooleangetUpdate()final LonggetDurationMillis()-
-
Constructor Detail
-
HmsPollAnswer
HmsPollAnswer(HMSPollQuestionResponse r)
-
-
Method Detail
-
getQuestionId
final Integer getQuestionId()
-
getQuestionType
final HMSPollQuestionType getQuestionType()
-
getSkipped
final Boolean getSkipped()
-
getSelectedOption
final Integer getSelectedOption()
-
getSelectedOptions
final List<Integer> getSelectedOptions()
-
getAnswerText
final String getAnswerText()
-
getDurationMillis
final Long getDurationMillis()
-
-
-
-