Class PollAnswerItem
-
- All Implemented Interfaces:
public final class PollAnswerItem
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerquestionIndexprivate final Booleancorrectprivate final HMSExceptionerror
-
Constructor Summary
Constructors Constructor Description PollAnswerItem(Integer questionIndex, Boolean correct, HMSException error)
-
Method Summary
Modifier and Type Method Description final IntegergetQuestionIndex()final BooleangetCorrect()final HMSExceptiongetError()-
-
Constructor Detail
-
PollAnswerItem
PollAnswerItem(Integer questionIndex, Boolean correct, HMSException error)
-
-
Method Detail
-
getQuestionIndex
final Integer getQuestionIndex()
-
getCorrect
final Boolean getCorrect()
-
getError
final HMSException getError()
-
-
-
-