Package live.hms.video.polls.network
Class PollResultsItems
-
- All Implemented Interfaces:
public final class PollResultsItems
-
-
Field Summary
Fields Modifier and Type Field Description private final LongquestionIndexprivate final Longcorrectprivate final HMSPollQuestionTypetypeprivate final Longskippedprivate final Longtotalprivate final HMSExceptionerror
-
Constructor Summary
Constructors Constructor Description PollResultsItems(Long questionIndex, Long correct, HMSPollQuestionType type, Long skipped, Long total, HMSException error)
-
Method Summary
Modifier and Type Method Description final LonggetQuestionIndex()final LonggetCorrect()final HMSPollQuestionTypegetType()final LonggetSkipped()final LonggetTotal()final HMSExceptiongetError()-
-
Constructor Detail
-
PollResultsItems
PollResultsItems(Long questionIndex, Long correct, HMSPollQuestionType type, Long skipped, Long total, HMSException error)
-
-
Method Detail
-
getQuestionIndex
final Long getQuestionIndex()
-
getCorrect
final Long getCorrect()
-
getType
final HMSPollQuestionType getType()
-
getSkipped
final Long getSkipped()
-
getError
final HMSException getError()
-
-
-
-