Klasse HypeTrainBeginEvent


public class HypeTrainBeginEvent extends HypeTrainEvent
  • Konstruktordetails

    • HypeTrainBeginEvent

      public HypeTrainBeginEvent()
  • Methodendetails

    • getProgress

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

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

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

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

      public String toString()
      Setzt außer Kraft:
      toString in Klasse HypeTrainEvent
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse HypeTrainEvent
    • canEqual

      protected boolean canEqual(Object other)
      Setzt außer Kraft:
      canEqual in Klasse HypeTrainEvent
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse HypeTrainEvent