Package live.hms.video.polls.network
Class HMSPollLeaderboardEntry
-
- All Implemented Interfaces:
public final class HMSPollLeaderboardEntry
-
-
Field Summary
Fields Modifier and Type Field Description private final Longpositionprivate final Longscoreprivate final LongtotalResponsesprivate final LongcorrectResponsesprivate final Longdurationprivate final HMSPollResponsePeerInfopeer
-
Constructor Summary
Constructors Constructor Description HMSPollLeaderboardEntry(Long position, Long score, Long totalResponses, Long correctResponses, Long duration, HMSPollResponsePeerInfo peer)
-
Method Summary
Modifier and Type Method Description final LonggetPosition()final LonggetScore()final LonggetTotalResponses()final LonggetCorrectResponses()final LonggetDuration()final HMSPollResponsePeerInfogetPeer()-
-
Method Detail
-
getPosition
final Long getPosition()
-
getTotalResponses
final Long getTotalResponses()
-
getCorrectResponses
final Long getCorrectResponses()
-
getDuration
final Long getDuration()
-
getPeer
final HMSPollResponsePeerInfo getPeer()
-
-
-
-