Class HypeTrainConfig.DifficultySettings.DifficultySetting
java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig.DifficultySettings.DifficultySetting
- Enclosing class:
- HypeTrainConfig.DifficultySettings
public static class HypeTrainConfig.DifficultySettings.DifficultySetting
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DifficultySetting() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetGoal()java.util.List<HypeTrainReward>getRewards()java.lang.IntegergetValue()inthashCode()voidsetGoal(java.lang.Integer goal)voidsetRewards(java.util.List<HypeTrainReward> rewards)voidsetValue(java.lang.Integer value)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DifficultySetting
public DifficultySetting()
-
-
Method Details
-
getValue
public java.lang.Integer getValue() -
getGoal
public java.lang.Integer getGoal() -
getRewards
-
setValue
public void setValue(java.lang.Integer value) -
setGoal
public void setGoal(java.lang.Integer goal) -
setRewards
-
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
-