-
public final class ProgressBarInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final HmsPollCategorycategoryprivate final Integerindexprivate final Integerpercentageprivate final StringoptionTextprivate final LongnumberOfVotesprivate final IntegertotalVoteCountprivate final HMSPollQuestionAnswerpollQuestionAnswerprivate final HMSPollQuestionTypequestionTypeprivate final HmsPollStatepollStateprivate final BooleanhideVoteCountprivate final HmsPollAnswermyAnswer
-
Constructor Summary
Constructors Constructor Description ProgressBarInfo(HmsPollCategory category, Integer index, Integer percentage, String optionText, Long numberOfVotes, Integer totalVoteCount, HMSPollQuestionAnswer pollQuestionAnswer, HMSPollQuestionType questionType, HmsPollState pollState, Boolean hideVoteCount, HmsPollAnswer myAnswer)
-
Method Summary
Modifier and Type Method Description final HmsPollCategorygetCategory()final IntegergetIndex()final IntegergetPercentage()final StringgetOptionText()final LonggetNumberOfVotes()final IntegergetTotalVoteCount()final HMSPollQuestionAnswergetPollQuestionAnswer()final HMSPollQuestionTypegetQuestionType()final HmsPollStategetPollState()final BooleangetHideVoteCount()final HmsPollAnswergetMyAnswer()-
-
Constructor Detail
-
ProgressBarInfo
ProgressBarInfo(HmsPollCategory category, Integer index, Integer percentage, String optionText, Long numberOfVotes, Integer totalVoteCount, HMSPollQuestionAnswer pollQuestionAnswer, HMSPollQuestionType questionType, HmsPollState pollState, Boolean hideVoteCount, HmsPollAnswer myAnswer)
-
-
Method Detail
-
getCategory
final HmsPollCategory getCategory()
-
getPercentage
final Integer getPercentage()
-
getOptionText
final String getOptionText()
-
getNumberOfVotes
final Long getNumberOfVotes()
-
getTotalVoteCount
final Integer getTotalVoteCount()
-
getPollQuestionAnswer
final HMSPollQuestionAnswer getPollQuestionAnswer()
-
getQuestionType
final HMSPollQuestionType getQuestionType()
-
getPollState
final HmsPollState getPollState()
-
getHideVoteCount
final Boolean getHideVoteCount()
-
getMyAnswer
final HmsPollAnswer getMyAnswer()
-
-
-
-