Klasse AutomaticRewardRedemptionAddEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.AutomaticRewardRedemptionAddEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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.A string that the user entered if the reward requires input.inthashCode()toString()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Konstruktordetails
-
AutomaticRewardRedemptionAddEvent
public AutomaticRewardRedemptionAddEvent()
-
-
Methodendetails
-
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
- Setzt außer Kraft:
toStringin KlasseEventSubUserChannelEvent
-
equals
- Setzt außer Kraft:
equalsin KlasseEventSubUserChannelEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubUserChannelEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubUserChannelEvent
-