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