Class HypeTrainEndEvent


public class HypeTrainEndEvent
extends HypeTrainEvent
  • Constructor Details

    • HypeTrainEndEvent

      public HypeTrainEndEvent()
  • Method Details

    • getLevel

      public java.lang.Integer getLevel()
      Current level of hype train event.
    • getEndedAt

      public java.time.Instant getEndedAt()
      The timestamp at which the hype train ended.
    • getCooldownEndsAt

      public java.time.Instant getCooldownEndsAt()
      The timestamp at which the hype train cooldown ends so that the next hype train can start.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class HypeTrainEvent
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class HypeTrainEvent
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Overrides:
      canEqual in class HypeTrainEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class HypeTrainEvent