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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAn 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 StringA string that the user entered if the reward requires input.inthashCode()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:
toStringin classEventSubUserChannelEvent
-
equals
- Overrides:
equalsin classEventSubUserChannelEvent
-
canEqual
- Overrides:
canEqualin classEventSubUserChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classEventSubUserChannelEvent
-