Klasse PredictionResult

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

public class PredictionResult extends Object
  • Konstruktordetails

    • PredictionResult

      public PredictionResult()
  • Methodendetails

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