Class FreeCasinoSpin
java.lang.Object
com.sportradar.mbs.sdk.entities.casinospin.CasinoSpin
com.sportradar.mbs.sdk.entities.casinospin.FreeCasinoSpin
Represents a free casino spin.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of FreeCasinoSpin. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
Gets the count of free spins.Gets the count of winning free spins.static FreeCasinoSpin.Builder
Creates a new instance of FreeCasinoSpin.Builder.void
setCount
(int value) Sets the count of free spins.void
setWinningCount
(Integer value) Sets the count of winning free spins.Methods inherited from class com.sportradar.mbs.sdk.entities.casinospin.CasinoSpin
newBonusCasinoSpinBuilder, newFreeCasinoSpinBuilder, newOrdinaryCasinoSpinBuilder
-
Constructor Details
-
FreeCasinoSpin
public FreeCasinoSpin()
-
-
Method Details
-
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
Gets the count of winning free spins.- Returns:
- The count of winning free spins.
-
setWinningCount
Sets the count of winning free spins.- Parameters:
value
- The count of winning free spins.
-