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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getGoal()  
    java.util.List<HypeTrainReward> getRewards()  
    java.lang.Integer getValue()  
    int hashCode()  
    void setGoal​(java.lang.Integer goal)  
    void setRewards​(java.util.List<HypeTrainReward> rewards)  
    void setValue​(java.lang.Integer value)  
    java.lang.String toString()  

    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

      public java.util.List<HypeTrainReward> getRewards()
    • setValue

      public void setValue​(java.lang.Integer value)
    • setGoal

      public void setGoal​(java.lang.Integer goal)
    • setRewards

      public void setRewards​(java.util.List<HypeTrainReward> rewards)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object