Class HypeTrainApproaching

java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainApproaching

public class HypeTrainApproaching extends Object
  • Constructor Details

    • HypeTrainApproaching

      public HypeTrainApproaching()
  • Method Details

    • getChannelId

      public String getChannelId()
    • getGoal

      public Integer getGoal()
    • getEventsRemainingDurations

      public Map<String,Long> getEventsRemainingDurations()
    • getLevelOneRewards

      public List<HypeTrainReward> getLevelOneRewards()
    • setChannelId

      public void setChannelId(String channelId)
    • setGoal

      public void setGoal(Integer goal)
    • setEventsRemainingDurations

      public void setEventsRemainingDurations(Map<String,Long> eventsRemainingDurations)
    • setLevelOneRewards

      public void setLevelOneRewards(List<HypeTrainReward> levelOneRewards)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object