Class CustomRewardRemoveEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelPointsCustomRewardEvent
com.github.twitch4j.eventsub.events.CustomRewardRemoveEvent
public class CustomRewardRemoveEvent extends ChannelPointsCustomRewardEvent
-
Constructor Summary
Constructors Constructor Description CustomRewardRemoveEvent() -
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.events.ChannelPointsCustomRewardEvent
getBackgroundColor, getCooldownExpiresAt, getCost, getDefaultImage, getGlobalCooldown, getId, getImage, getMaxPerStream, getMaxPerUserPerStream, getPrompt, getRedemptionsRedeemedCurrentStream, getShouldRedemptionsSkipRequestQueue, getTitle, isEnabled, isInStock, isPaused, isUserInputRequiredMethods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CustomRewardRemoveEvent
public CustomRewardRemoveEvent()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classChannelPointsCustomRewardEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classChannelPointsCustomRewardEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classChannelPointsCustomRewardEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelPointsCustomRewardEvent
-