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