Package com.github.twitch4j.helix.domain
Class SnoozedAd
java.lang.Object
com.github.twitch4j.helix.domain.SnoozedAd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The UTC timestamp of the broadcaster’s next scheduled ad, in RFC3339 format.The number of snoozes available for the broadcaster.The UTC timestamp when the broadcaster will gain an additional snooze, in RFC3339 format.int
hashCode()
toString()
-
Constructor Details
-
SnoozedAd
public SnoozedAd()
-
-
Method Details
-
getSnoozeCount
The number of snoozes available for the broadcaster. -
getSnoozeRefreshAt
The UTC timestamp when the broadcaster will gain an additional snooze, in RFC3339 format. -
getNextAdAt
The UTC timestamp of the broadcaster’s next scheduled ad, in RFC3339 format. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-