Class Reward

java.lang.Object
com.github.twitch4j.eventsub.domain.Reward

public class Reward extends Object
  • Constructor Details

    • Reward

      public Reward()
  • Method Details

    • getId

      public String getId()
      The reward identifier.
    • getTitle

      public String getTitle()
      The reward name.
    • getCost

      public Integer getCost()
      The reward cost.
    • getPrompt

      public String getPrompt()
      The reward description.
    • 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