Class SnoozedAd

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

public class SnoozedAd extends Object
  • Constructor Details

    • SnoozedAd

      public SnoozedAd()
  • Method Details

    • getSnoozeCount

      public Integer getSnoozeCount()
      The number of snoozes available for the broadcaster.
    • getSnoozeRefreshAt

      public Instant getSnoozeRefreshAt()
      The UTC timestamp when the broadcaster will gain an additional snooze, in RFC3339 format.
    • getNextAdAt

      public Instant getNextAdAt()
      The UTC timestamp of the broadcaster’s next scheduled ad, in RFC3339 format.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object