Package live.hms.video.polls.network
Class LeaderboardQuestion
-
- All Implemented Interfaces:
public final class LeaderboardQuestion
-
-
Field Summary
Fields Modifier and Type Field Description private final LongquestionIndexprivate final Longpositionprivate final Longdurationprivate final LongtotalResponseprivate final LongcorrectResponsesprivate final Floatscoreprivate final HMSPollResponsePeerInfopollPeer
-
Constructor Summary
Constructors Constructor Description LeaderboardQuestion(Long questionIndex, Long position, Long duration, Long totalResponse, Long correctResponses, Float score, HMSPollResponsePeerInfo pollPeer)
-
Method Summary
Modifier and Type Method Description final LonggetQuestionIndex()final LonggetPosition()final LonggetDuration()final LonggetTotalResponse()final LonggetCorrectResponses()final FloatgetScore()final HMSPollResponsePeerInfogetPollPeer()-
-
Method Detail
-
getQuestionIndex
final Long getQuestionIndex()
-
getPosition
final Long getPosition()
-
getDuration
final Long getDuration()
-
getTotalResponse
final Long getTotalResponse()
-
getCorrectResponses
final Long getCorrectResponses()
-
getPollPeer
final HMSPollResponsePeerInfo getPollPeer()
-
-
-
-