Class PollData.PollSettings
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.PollSettings
- Enclosing class:
- PollData
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDeprecated.inthashCode()voidsetBitsVotes(PollData.PollSettings.Setting bitsVotes) Deprecated.voidsetChannelPointsVotes(PollData.PollSettings.Setting channelPointsVotes) Deprecated.voidsetMultiChoice(PollData.PollSettings.Setting multiChoice) Deprecated.voidsetSubscriberMultiplier(PollData.PollSettings.Setting subscriberMultiplier) Deprecated.voidsetSubscriberOnly(PollData.PollSettings.Setting subscriberOnly) Deprecated.toString()
-
Constructor Details
-
PollSettings
public PollSettings()
-
-
Method Details
-
getMultiChoice
-
getSubscriberOnly
-
getSubscriberMultiplier
-
getChannelPointsVotes
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setMultiChoice
Deprecated. -
setSubscriberOnly
Deprecated. -
setSubscriberMultiplier
Deprecated. -
setBitsVotes
Deprecated. -
setChannelPointsVotes
Deprecated. -
getBitsVotes
Deprecated.
-