Klasse HypeTrainStart

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

public class HypeTrainStart extends Object
  • Konstruktordetails

    • HypeTrainStart

      public HypeTrainStart()
  • Methodendetails

    • getChannelId

      public String getChannelId()
    • getId

      public String getId()
    • getConfig

      public HypeTrainConfig getConfig()
    • getParticipations

      public HypeTrainParticipations getParticipations()
    • getProgress

      public HypeTrainProgress getProgress()
    • getStartedAt

      public Instant getStartedAt()
    • getExpiresAt

      public Instant getExpiresAt()
    • getUpdatedAt

      public Instant getUpdatedAt()
    • isBoostTrain

      public Boolean isBoostTrain()
    • setChannelId

      public void setChannelId(String channelId)
    • setId

      public void setId(String id)
    • setConfig

      public void setConfig(HypeTrainConfig config)
    • setParticipations

      public void setParticipations(HypeTrainParticipations participations)
    • setProgress

      public void setProgress(HypeTrainProgress progress)
    • setStartedAt

      public void setStartedAt(Instant startedAt)
    • setExpiresAt

      public void setExpiresAt(Instant expiresAt)
    • setUpdatedAt

      public void setUpdatedAt(Instant updatedAt)
    • isBoostTrain

      public HypeTrainStart isBoostTrain(Boolean isBoostTrain)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object