Class CharityCampaignDonation

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

public class CharityCampaignDonation extends Object
  • Constructor Details

    • CharityCampaignDonation

      public CharityCampaignDonation()
  • Method Details

    • getId

      public String getId()
      An ID that identifies the donation. The ID is unique across campaigns.
    • getCampaignId

      public String getCampaignId()
      An ID that identifies the charity campaign that the donation applies to.
    • getUserId

      public String getUserId()
      An ID that identifies a user that donated money to the campaign.
    • getUserLogin

      public String getUserLogin()
      The login name of a user that donated money to the campaign.
    • getUserName

      public String getUserName()
      The display name of a user that donated money to the campaign.
    • getAmount

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