Package live.hms.video.polls.models
Class PollStatsQuestions
-
- All Implemented Interfaces:
public final class PollStatsQuestions
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerindexprivate final HMSPollQuestionTypequestionTypeprivate final List<Long>optionsprivate final Longcorrectprivate final Longskippedprivate final IntegerattemptedTimes
-
Constructor Summary
Constructors Constructor Description PollStatsQuestions(Integer index, HMSPollQuestionType questionType, List<Long> options, Long correct, Long skipped, Integer attemptedTimes)
-
Method Summary
Modifier and Type Method Description final IntegergetIndex()final HMSPollQuestionTypegetQuestionType()final List<Long>getOptions()final LonggetCorrect()final LonggetSkipped()final IntegergetAttemptedTimes()-
-
Method Detail
-
getQuestionType
final HMSPollQuestionType getQuestionType()
-
getOptions
final List<Long> getOptions()
-
getCorrect
final Long getCorrect()
-
getSkipped
final Long getSkipped()
-
getAttemptedTimes
final Integer getAttemptedTimes()
-
-
-
-