Class Prediction

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

public class Prediction extends Object
  • Constructor Details

    • Prediction

      public Prediction()
  • Method Details

    • getId

      public String getId()
    • getEventId

      public String getEventId()
    • getOutcomeId

      public String getOutcomeId()
    • getChannelId

      public String getChannelId()
    • getPoints

      public Integer getPoints()
    • getPredictedAt

      public Instant getPredictedAt()
    • getUpdatedAt

      public Instant getUpdatedAt()
    • getUserId

      public String getUserId()
    • getResult

      @Nullable public @Nullable PredictionResult getResult()
    • getUserDisplayName

      public String getUserDisplayName()
    • 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