Class HypeTrainStatus

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

public class HypeTrainStatus extends Object
  • Constructor Details

    • HypeTrainStatus

      public HypeTrainStatus()
  • Method Details

    • getCurrent

      @Nullable public @Nullable HypeTrain getCurrent()
      An object describing the current Hype Train. Null if a Hype Train is not active.
    • getAllTimeHigh

      @Nullable public @Nullable HypeTrainMilestone getAllTimeHigh()
      An object with information about the channel’s Hype Train records. Null if a Hype Train has not occurred.
    • getSharedAllTimeHigh

      @Nullable public @Nullable HypeTrainMilestone getSharedAllTimeHigh()
      An object with information about the channel’s shared Hype Train records. Null if a Hype Train has not occurred.
    • 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