Class ChannelCharityCampaignMetaEvent

Direct Known Subclasses:
CharityCampaignProgressEvent, CharityCampaignStartEvent, CharityCampaignStopEvent

public abstract class ChannelCharityCampaignMetaEvent extends EventSubChannelEvent
  • Constructor Details

    • ChannelCharityCampaignMetaEvent

      public ChannelCharityCampaignMetaEvent()
  • Method Details

    • getCampaignId

      public String getCampaignId()
      An ID that identifies the charity campaign.
    • getCharityName

      public String getCharityName()
      The charity’s name.
    • getCharityLogo

      public String 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

      public String getCharityDescription()
      A description of the charity.
    • getCharityWebsite

      public String getCharityWebsite()
      A URL to the charity’s website.
    • getCurrentAmount

      public DonationAmount getCurrentAmount()
      An object that contains the current amount of donations that the campaign has received.
    • getTargetAmount

      public DonationAmount getTargetAmount()
      An object that contains the campaign’s target fundraising goal.
    • toString

      public String toString()
      Overrides:
      toString in class EventSubChannelEvent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class EventSubChannelEvent
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EventSubChannelEvent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EventSubChannelEvent