Class AutomaticRewardRedemption
java.lang.Object
com.github.twitch4j.pubsub.domain.AutomaticRewardRedemption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of the channel in which the reward was redeemed.getId()
Unique ID for this redemption event.Timestamp at which a reward was redeemed.@Nullable RedemptionMetadata
Additional metadata about the redemption.The reward that was redeemed.getUser()
User that redeemed this reward.int
hashCode()
toString()
-
Constructor Details
-
AutomaticRewardRedemption
public AutomaticRewardRedemption()
-
-
Method Details
-
getId
Unique ID for this redemption event. -
getUser
User that redeemed this reward. -
getChannelId
ID of the channel in which the reward was redeemed. -
getRedeemedAt
Timestamp at which a reward was redeemed. -
getReward
The reward that was redeemed. -
getRedemptionMetadata
Additional metadata about the redemption. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-