Class CustomRewardCreatedEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.CustomRewardEvent
com.github.twitch4j.pubsub.events.CustomRewardCreatedEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
public class CustomRewardCreatedEvent extends CustomRewardEvent
-
Constructor Summary
Constructors Constructor Description CustomRewardCreatedEvent(java.time.Instant timestamp, ChannelPointsReward reward) -
Method Summary
Methods inherited from class com.github.twitch4j.pubsub.events.CustomRewardEvent
getReward, getTimestampMethods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediatorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CustomRewardCreatedEvent
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classCustomRewardEvent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classCustomRewardEvent
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classCustomRewardEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classCustomRewardEvent
-