Class HypeTrainProgress

java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainProgress

public class HypeTrainProgress extends Object
  • Constructor Details

    • HypeTrainProgress

      public HypeTrainProgress()
  • Method Details

    • isAllTimeHigh

      public boolean isAllTimeHigh()
    • getLevel

      public HypeTrainLevel getLevel()
    • getValue

      public Integer getValue()
    • getGoal

      public Integer getGoal()
    • getTotal

      public Integer getTotal()
    • getRemainingSeconds

      public Integer getRemainingSeconds()
    • getAllTimeHighState

      public String getAllTimeHighState()
    • setLevel

      public void setLevel(HypeTrainLevel level)
    • setValue

      public void setValue(Integer value)
    • setGoal

      public void setGoal(Integer goal)
    • setTotal

      public void setTotal(Integer total)
    • setRemainingSeconds

      public void setRemainingSeconds(Integer remainingSeconds)
    • setAllTimeHighState

      public void setAllTimeHighState(String allTimeHighState)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object