Package live.hms.video.polls.network
Class PollQuestionGetResponse
-
- All Implemented Interfaces:
public final class PollQuestionGetResponse
-
-
Constructor Summary
Constructors Constructor Description PollQuestionGetResponse(Boolean last, String pollId, String version, List<HmsPollQuestionContainer> questions)
-
Method Summary
Modifier and Type Method Description final BooleangetLast()final StringgetPollId()final StringgetVersion()final List<HmsPollQuestionContainer>getQuestions()-
-
Constructor Detail
-
PollQuestionGetResponse
PollQuestionGetResponse(Boolean last, String pollId, String version, List<HmsPollQuestionContainer> questions)
-
-
Method Detail
-
getVersion
final String getVersion()
-
getQuestions
final List<HmsPollQuestionContainer> getQuestions()
-
-
-
-