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()
    • getCreatorColor

      public String getCreatorColor()
    • getParticipantUserIds

      public List<String> getParticipantUserIds()
    • getApproachingHypeTrainId

      public String getApproachingHypeTrainId()
    • getExpiresAt

      public Instant getExpiresAt()
    • isBoostTrain

      public boolean isBoostTrain()
    • isGoldenKappaTrain

      public boolean isGoldenKappaTrain()
    • 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
    • setChannelId

      @Deprecated public void setChannelId(String channelId)
      Deprecated.
    • setGoal

      @Deprecated public void setGoal(Integer goal)
      Deprecated.
    • setEventsRemainingDurations

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

      @Deprecated public void setLevelOneRewards(List<HypeTrainReward> levelOneRewards)
      Deprecated.
    • setCreatorColor

      @Deprecated public void setCreatorColor(String creatorColor)
      Deprecated.
    • setParticipantUserIds

      @Deprecated public void setParticipantUserIds(List<String> participantUserIds)
      Deprecated.
    • setApproachingHypeTrainId

      @Deprecated public void setApproachingHypeTrainId(String approachingHypeTrainId)
      Deprecated.
    • setExpiresAt

      @Deprecated public void setExpiresAt(Instant expiresAt)
      Deprecated.
    • setBoostTrain

      @Deprecated public void setBoostTrain(boolean boostTrain)
      Deprecated.
    • setGoldenKappaTrain

      @Deprecated public void setGoldenKappaTrain(boolean goldenKappaTrain)
      Deprecated.