Class PollData.PollChoice
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.PollChoice
- Enclosing class:
- PollData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetTitle()getVotes()inthashCode()voidsetChoiceId(String choiceId) voidvoidsetTokens(PollData.Tokens tokens) voidsetTotalVoters(Integer totalVoters) voidsetVotes(PollData.Votes votes) toString()
-
Constructor Details
-
PollChoice
public PollChoice()
-
-
Method Details