Package com.github.twitch4j.helix.domain
Class CustomRewardRedemption
java.lang.Object
com.github.twitch4j.helix.domain.CustomRewardRedemption
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The id of the broadcaster that the reward belongs to.Broadcaster’s user login name.The display name of the broadcaster that the reward belongs to.RFC3339 timestamp of when the reward was redeemed.The ID of the redemption.Basic information about the Custom Reward that was redeemed at the time it was redeemed.The redemption status.The ID of the user that redeemed the reward.The user input provided.The login of the user who redeemed the reward.The display name of the user that redeemed the reward.int
hashCode()
toString()
-
Constructor Details
-
CustomRewardRedemption
public CustomRewardRedemption()
-
-
Method Details
-
getBroadcasterId
The id of the broadcaster that the reward belongs to. -
getBroadcasterLogin
Broadcaster’s user login name. -
getBroadcasterName
The display name of the broadcaster that the reward belongs to. -
getRedemptionId
The ID of the redemption. -
getUserId
The ID of the user that redeemed the reward. -
getUserLogin
The login of the user who redeemed the reward. -
getUserName
The display name of the user that redeemed the reward. -
getReward
Basic information about the Custom Reward that was redeemed at the time it was redeemed. -
getUserInput
The user input provided. Empty string if not provided. -
getStatus
The redemption status. -
getRedeemedAt
RFC3339 timestamp of when the reward was redeemed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-