Class CreatorGoalEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.common.events.TwitchEvent
com.github.twitch4j.pubsub.events.CreatorGoalEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public final class CreatorGoalEvent extends TwitchEvent
  • Constructor Details

  • Method Details

    • isGoalCreate

      public boolean isGoalCreate()
    • isGoalUpdate

      public boolean isGoalUpdate()
    • isGoalAchieve

      public boolean isGoalAchieve()
    • isGoalFinish

      public boolean isGoalFinish()
    • getChannelId

      public String getChannelId()
    • getType

      public String getType()
    • getGoal

      public CreatorGoal getGoal()
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class TwitchEvent