Class HypeTrainConfig.DifficultySettings.DifficultySetting

java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig.DifficultySettings.DifficultySetting
Enclosing class:
HypeTrainConfig.DifficultySettings

@Deprecated public static class HypeTrainConfig.DifficultySettings.DifficultySetting extends Object
Deprecated.
  • Constructor Details

    • DifficultySetting

      public DifficultySetting()
      Deprecated.
  • Method Details

    • getValue

      public Integer getValue()
      Deprecated.
    • getGoal

      public Integer getGoal()
      Deprecated.
    • getRewards

      public List<HypeTrainReward> getRewards()
      Deprecated.
    • setValue

      public void setValue(Integer value)
      Deprecated.
    • setGoal

      public void setGoal(Integer goal)
      Deprecated.
    • setRewards

      public void setRewards(List<HypeTrainReward> rewards)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object