Class PollData.PollSettings
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.PollSettings
- Enclosing class:
- PollData
public static class PollData.PollSettings
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPollData.PollSettings.Setting -
Constructor Summary
Constructors Constructor Description PollSettings() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)PollData.PollSettings.SettinggetBitsVotes()PollData.PollSettings.SettinggetChannelPointsVotes()PollData.PollSettings.SettinggetMultiChoice()PollData.PollSettings.SettinggetSubscriberMultiplier()PollData.PollSettings.SettinggetSubscriberOnly()inthashCode()voidsetBitsVotes(PollData.PollSettings.Setting bitsVotes)voidsetChannelPointsVotes(PollData.PollSettings.Setting channelPointsVotes)voidsetMultiChoice(PollData.PollSettings.Setting multiChoice)voidsetSubscriberMultiplier(PollData.PollSettings.Setting subscriberMultiplier)voidsetSubscriberOnly(PollData.PollSettings.Setting subscriberOnly)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PollSettings
public PollSettings()
-
-
Method Details
-
getMultiChoice
-
getSubscriberOnly
-
getSubscriberMultiplier
-
getBitsVotes
-
getChannelPointsVotes
-
setMultiChoice
-
setSubscriberOnly
-
setSubscriberMultiplier
-
setBitsVotes
-
setChannelPointsVotes
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-