Class HypeTrainConfig.ConductorRewards.ConductorReward
java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig.ConductorRewards.ConductorReward
- Enclosing class:
- HypeTrainConfig.ConductorRewards
public static class HypeTrainConfig.ConductorRewards.ConductorReward
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHypeTrainConfig.ConductorRewards.ConductorReward.RewardType -
Constructor Summary
Constructors Constructor Description ConductorReward() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType>getCurrent()java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType>getFormer()inthashCode()voidsetCurrent(java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType> current)voidsetFormer(java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType> former)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConductorReward
public ConductorReward()
-
-
Method Details
-
getCurrent
-
getFormer
-
setCurrent
public void setCurrent(java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType> current) -
setFormer
public void setFormer(java.util.List<HypeTrainConfig.ConductorRewards.ConductorReward.RewardType> former) -
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
-