Class HypeTrainMilestone

java.lang.Object
com.github.twitch4j.helix.domain.HypeTrainMilestone

public class HypeTrainMilestone extends Object
  • Constructor Details

    • HypeTrainMilestone

      public HypeTrainMilestone()
  • Method Details

    • getLevel

      public int getLevel()
      The level of the record Hype Train.
    • getTotal

      public int getTotal()
      Total points contributed to the record Hype Train.
    • getAchievedAt

      public Instant getAchievedAt()
      The time when the record was achieved.
    • 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