Package com.github.twitch4j.helix.domain
Class SubscriptionEvent
java.lang.Object
com.github.twitch4j.helix.domain.SubscriptionEvent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of event in the event_data payload. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SubscriptionEvent
public SubscriptionEvent()
-
-
Method Details
-
getId
ID of the event. -
getEventType
The type of event in the event_data payload. -
getEventTimestamp
RFC3339 formatted timestamp for when the event occurred. -
getVersion
Event version. -
getEventData
Event payload. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-