Class PredictionResult

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

public class PredictionResult extends Object
  • Constructor Details

    • PredictionResult

      public PredictionResult()
  • Method Details

    • getType

      public String getType()
      The result type (e.g., "WIN", "LOSE")
    • getPointsWon

      @Nullable public @Nullable Integer getPointsWon()
    • isAcknowledged

      public Boolean isAcknowledged()
    • 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