Package com.github.twitch4j.helix.domain
Klasse CharityCampaignDonation
java.lang.Object
com.github.twitch4j.helix.domain.CharityCampaignDonation
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanAn 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.inthashCode()toString()
-
Konstruktordetails
-
CharityCampaignDonation
public CharityCampaignDonation()
-
-
Methodendetails
-
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
-