Class HypeTrainConfig.ConductorRewards
java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig.ConductorRewards
- Enclosing class:
- HypeTrainConfig
public static class HypeTrainConfig.ConductorRewards
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHypeTrainConfig.ConductorRewards.ConductorReward -
Constructor Summary
Constructors Constructor Description ConductorRewards() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)HypeTrainConfig.ConductorRewards.ConductorRewardgetBits()HypeTrainConfig.ConductorRewards.ConductorRewardgetSubs()inthashCode()voidsetBits(HypeTrainConfig.ConductorRewards.ConductorReward bits)voidsetSubs(HypeTrainConfig.ConductorRewards.ConductorReward subs)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConductorRewards
public ConductorRewards()
-
-
Method Details
-
getBits
-
getSubs
-
setBits
-
setSubs
-
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
-