Package com.github.twitch4j.helix.domain
Class CharityCampaignDonation
java.lang.Object
com.github.twitch4j.helix.domain.CharityCampaignDonation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An object that contains the amount of money that the user donated.An ID that identifies the charity campaign that the donation applies to.getId()
An ID that identifies the donation.An ID that identifies a user that donated money to the campaign.The login name of a user that donated money to the campaign.The display name of a user that donated money to the campaign.int
hashCode()
toString()
-
Constructor Details
-
CharityCampaignDonation
public CharityCampaignDonation()
-
-
Method Details
-
getId
An ID that identifies the donation. The ID is unique across campaigns. -
getCampaignId
An ID that identifies the charity campaign that the donation applies to. -
getUserId
An ID that identifies a user that donated money to the campaign. -
getUserLogin
The login name of a user that donated money to the campaign. -
getUserName
The display name of a user that donated money to the campaign. -
getAmount
An object that contains the amount of money that the user donated. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-