Class HypeTrainEvent

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

@Deprecated public class HypeTrainEvent extends Object
Deprecated.
  • Constructor Details

    • HypeTrainEvent

      public HypeTrainEvent()
      Deprecated.
  • Method Details

    • getId

      @NonNull public @NonNull String getId()
      Deprecated.
      The distinct ID of the event
    • getEventType

      public String getEventType()
      Deprecated.
      Displays hypetrain.{event_name}

      Note: Currently only "hypetrain.progression"

    • getEventTimestamp

      public Instant getEventTimestamp()
      Deprecated.
      Timestamp of the event
    • getVersion

      public String getVersion()
      Deprecated.
      Returns the version of the endpoint
    • getEventData

      public HypeTrainEvent.EventData getEventData()
      Deprecated.
      See Also:
    • 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