Class CharityDonation

java.lang.Object
com.github.twitch4j.eventsub.domain.chat.CharityDonation

public class CharityDonation extends Object
  • Constructor Details

    • CharityDonation

      public CharityDonation()
  • Method Details

    • getCharityName

      public String getCharityName()
      Name of the charity.
    • getAmount

      public DonationAmount getAmount()
      An object that contains the amount of money that the user paid.
    • 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