Class HypeTrainProgressEvent


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

    • HypeTrainProgressEvent

      public HypeTrainProgressEvent()
      Deprecated.
  • Method Details

    • getProgress

      public Integer getProgress()
      Deprecated.
      The number of points contributed to the hype train at the current level.
    • getGoal

      public Integer getGoal()
      Deprecated.
      The number of points required to reach the next level.
    • getLastContribution

      public Contribution getLastContribution()
      Deprecated.
      The most recent contribution.
    • getExpiresAt

      public Instant getExpiresAt()
      Deprecated.
      The time at which the hype train expires. The expiration is extended when the hype train reaches a new level.
    • toString

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

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

      protected boolean canEqual(Object other)
      Deprecated.
      Overrides:
      canEqual in class HypeTrainEvent
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class HypeTrainEvent