Class CustomRewardRedemptionAddEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.ChannelPointsCustomRewardRedemptionEvent
com.github.twitch4j.eventsub.events.CustomRewardRedemptionAddEvent
public class CustomRewardRedemptionAddEvent extends ChannelPointsCustomRewardRedemptionEvent
-
Constructor Summary
Constructors Constructor Description CustomRewardRedemptionAddEvent() -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.ChannelPointsCustomRewardRedemptionEvent
getId, getRedeemedAt, getReward, getStatus, getUserInputMethods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CustomRewardRedemptionAddEvent
public CustomRewardRedemptionAddEvent()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classChannelPointsCustomRewardRedemptionEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classChannelPointsCustomRewardRedemptionEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classChannelPointsCustomRewardRedemptionEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelPointsCustomRewardRedemptionEvent
-