Klasse ChannelCharityDonateEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.ChannelCharityDonateEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanAn object that contains the amount of the user’s donation.An ID that uniquely identifies the charity campaign.A description of the charity.A URL to an image of the charity’s logo.The charity’s name.A URL to the charity’s website.getId()An ID that identifies the donation.inthashCode()toString()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Konstruktordetails
-
ChannelCharityDonateEvent
public ChannelCharityDonateEvent()
-
-
Methodendetails
-
getId
An ID that identifies the donation. The ID is unique across campaigns. -
getCampaignId
An ID that uniquely identifies the charity campaign. -
getCharityName
The charity’s name. -
getCharityLogo
A URL to an image of the charity’s logo. -
getCharityDescription
A description of the charity. -
getCharityWebsite
A URL to the charity’s website. -
getAmount
An object that contains the amount of the user’s donation. -
toString
- Setzt außer Kraft:
toStringin KlasseEventSubUserChannelEvent
-
equals
- Setzt außer Kraft:
equalsin KlasseEventSubUserChannelEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubUserChannelEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubUserChannelEvent
-