Class FreeCasinoSpin

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

public class FreeCasinoSpin extends CasinoSpin
Represents a free casino spin.
  • Constructor Details

    • FreeCasinoSpin

      public FreeCasinoSpin()
  • Method Details

    • newBuilder

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

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

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

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

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