Class AutomaticRewardRedemption
java.lang.Object
com.github.twitch4j.pubsub.domain.AutomaticRewardRedemption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanID of the channel in which the reward was redeemed.getId()Unique ID for this redemption event.Timestamp at which a reward was redeemed.@Nullable RedemptionMetadataAdditional metadata about the redemption.The reward that was redeemed.getUser()User that redeemed this reward.inthashCode()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
-