Class OrdinaryCasinoSpin

java.lang.Object
com.sportradar.mbs.sdk.entities.casinospin.CasinoSpin
com.sportradar.mbs.sdk.entities.casinospin.OrdinaryCasinoSpin

public class OrdinaryCasinoSpin extends CasinoSpin
Represents an ordinary casino spin.
  • Constructor Details

    • OrdinaryCasinoSpin

      public OrdinaryCasinoSpin()
  • Method Details

    • newBuilder

      public static OrdinaryCasinoSpin.Builder newBuilder()
      Creates a new instance of the OrdinaryCasinoSpin.Builder class.
      Returns:
      A new instance of the OrdinaryCasinoSpin.Builder class.
    • getCount

      public int getCount()
      Gets the count of the spins.
      Returns:
      The count of the spins.
    • setCount

      public void setCount(int value)
      Sets the count of the spins.
      Parameters:
      value - The count of the spins.
    • getWinningCount

      public Integer getWinningCount()
      Gets the count of the winning spins.
      Returns:
      The count of the winning spins.
    • setWinningCount

      public void setWinningCount(Integer value)
      Sets the count of the winning spins.
      Parameters:
      value - The count of the winning spins.