Class AutomaticRewardRedemptionAddEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.AutomaticRewardRedemptionAddEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An object that contains the user message and emote information needed to recreate the message.The UTC date and time (in RFC3339 format) of when the reward was redeemed.The ID of the Redemption.An object that contains the reward information.@Nullable String
A string that the user entered if the reward requires input.int
hashCode()
toString()
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
AutomaticRewardRedemptionAddEvent
public AutomaticRewardRedemptionAddEvent()
-
-
Method Details
-
getRedemptionId
The ID of the Redemption. -
getReward
An object that contains the reward information. -
getMessage
An object that contains the user message and emote information needed to recreate the message. -
getUserInput
A string that the user entered if the reward requires input. -
getRedeemedAt
The UTC date and time (in RFC3339 format) of when the reward was redeemed. -
toString
- Overrides:
toString
in classEventSubUserChannelEvent
-
equals
- Overrides:
equals
in classEventSubUserChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubUserChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubUserChannelEvent
-