Class AutomaticRewardRedemptionAddV2Event
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.AutomaticRewardRedemptionAddV2Event
-
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.inthashCode()toString()Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
AutomaticRewardRedemptionAddV2Event
public AutomaticRewardRedemptionAddV2Event()
-
-
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. -
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
-