Package live.hms.video.polls.network
Class QuestionContainer
-
- All Implemented Interfaces:
public final class QuestionContainer
-
-
Constructor Summary
Constructors Constructor Description QuestionContainer(List<HMSPollQuestion> questions, Throwable error)
-
Method Summary
Modifier and Type Method Description final BooleanisSuccess()final List<HMSPollQuestion>getQuestions()final ThrowablegetError()final ThrowableexceptionOrNull()-
-
Constructor Detail
-
QuestionContainer
QuestionContainer(List<HMSPollQuestion> questions, Throwable error)
-
-
Method Detail
-
getQuestions
final List<HMSPollQuestion> getQuestions()
-
exceptionOrNull
final Throwable exceptionOrNull()
-
-
-
-