Class CreatorGoalsEndEvent


public class CreatorGoalsEndEvent extends CreatorGoalsEvent
  • Constructor Details

    • CreatorGoalsEndEvent

      public CreatorGoalsEndEvent()
  • Method Details

    • isAchieved

      public Boolean isAchieved()
      A Boolean value that indicates whether the broadcaster achieved their goal. Is true if the goal was achieved; otherwise, false.
    • getEndedAt

      public Instant getEndedAt()
      The UTC timestamp in RFC 3339 format, which indicates when the broadcaster ended the goal.
    • toString

      public String toString()
      Overrides:
      toString in class CreatorGoalsEvent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class CreatorGoalsEvent
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class CreatorGoalsEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class CreatorGoalsEvent