Package live.hms.video.polls.network
Class PollResultsResponse
-
- All Implemented Interfaces:
public final class PollResultsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpollIdprivate final LongtotalResponsesprivate final LongvotingUsersprivate final LongtotalDistinctUsersprivate final List<PollStatsQuestions>question
-
Constructor Summary
Constructors Constructor Description PollResultsResponse(String pollId, Long totalResponses, Long votingUsers, Long totalDistinctUsers, List<PollStatsQuestions> question)
-
Method Summary
Modifier and Type Method Description final StringgetPollId()final LonggetTotalResponses()final LonggetVotingUsers()final LonggetTotalDistinctUsers()final List<PollStatsQuestions>getQuestion()-
-
Method Detail
-
getTotalResponses
final Long getTotalResponses()
-
getVotingUsers
final Long getVotingUsers()
-
getTotalDistinctUsers
final Long getTotalDistinctUsers()
-
getQuestion
final List<PollStatsQuestions> getQuestion()
-
-
-
-