Class CustomRewardRedemption

java.lang.Object
com.github.twitch4j.helix.domain.CustomRewardRedemption

public class CustomRewardRedemption extends Object
  • Constructor Details

    • CustomRewardRedemption

      public CustomRewardRedemption()
  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      The id of the broadcaster that the reward belongs to.
    • getBroadcasterLogin

      public String getBroadcasterLogin()
      Broadcaster’s user login name.
    • getBroadcasterName

      public String getBroadcasterName()
      The display name of the broadcaster that the reward belongs to.
    • getRedemptionId

      public String getRedemptionId()
      The ID of the redemption.
    • getUserId

      public String getUserId()
      The ID of the user that redeemed the reward.
    • getUserLogin

      public String getUserLogin()
      The login of the user who redeemed the reward.
    • getUserName

      public String getUserName()
      The display name of the user that redeemed the reward.
    • getReward

      public CustomReward getReward()
      Basic information about the Custom Reward that was redeemed at the time it was redeemed.
    • getUserInput

      public String getUserInput()
      The user input provided. Empty string if not provided.
    • getStatus

      public RedemptionStatus getStatus()
      The redemption status.
    • getRedeemedAt

      public Instant getRedeemedAt()
      RFC3339 timestamp of when the reward was redeemed.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object