Package live.hms.video.polls.network
Class SetQuestionsResponse
-
- All Implemented Interfaces:
public final class SetQuestionsResponse
-
-
Constructor Summary
Constructors Constructor Description SetQuestionsResponse(String pollId, Integer totalQuestions, String version)
-
Method Summary
Modifier and Type Method Description final StringgetPollId()final IntegergetTotalQuestions()final StringgetVersion()-
-
Method Detail
-
getTotalQuestions
final Integer getTotalQuestions()
-
getVersion
final String getVersion()
-
-
-
-