Klasse ChannelCharityCampaignMetaEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelCharityCampaignMetaEvent
- Bekannte direkte Unterklassen:
CharityCampaignProgressEvent,CharityCampaignStartEvent,CharityCampaignStopEvent
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanAn ID that 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.An object that contains the current amount of donations that the campaign has received.An object that contains the campaign’s target fundraising goal.inthashCode()toString()Von Klasse geerbte Methoden com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Konstruktordetails
-
ChannelCharityCampaignMetaEvent
public ChannelCharityCampaignMetaEvent()
-
-
Methodendetails
-
getCampaignId
An ID that identifies the charity campaign. -
getCharityName
The charity’s name. -
getCharityLogo
A URL to an image of the charity’s logo.The image’s type is PNG and its size is 100px X 100px.
-
getCharityDescription
A description of the charity. -
getCharityWebsite
A URL to the charity’s website. -
getCurrentAmount
An object that contains the current amount of donations that the campaign has received. -
getTargetAmount
An object that contains the campaign’s target fundraising goal. -
toString
- Setzt außer Kraft:
toStringin KlasseEventSubChannelEvent
-
equals
- Setzt außer Kraft:
equalsin KlasseEventSubChannelEvent
-
canEqual
- Setzt außer Kraft:
canEqualin KlasseEventSubChannelEvent
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseEventSubChannelEvent
-