Package com.github.twitch4j.helix.domain
Klasse CustomRewardRedemption
java.lang.Object
com.github.twitch4j.helix.domain.CustomRewardRedemption
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe 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.inthashCode()toString()
-
Konstruktordetails
-
CustomRewardRedemption
public CustomRewardRedemption()
-
-
Methodendetails
-
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
-