Class BonusCasinoSpin.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.casinospin.BonusCasinoSpin.Builder
- Enclosing class:
BonusCasinoSpin
Builder class for creating instances of the BonusCasinoSpin class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the BonusCasinoSpin instance.setCount
(int value) Sets the count of the bonus casino spins.setWinningCount
(Integer value) Sets the count of the winning bonus casino spins.
-
Method Details
-
build
Builds and returns the BonusCasinoSpin instance.- Returns:
- The built BonusCasinoSpin instance.
-
setCount
Sets the count of the bonus casino spins.- Parameters:
value
- The count of the bonus casino spins.- Returns:
- The Builder instance.
-
setWinningCount
Sets the count of the winning bonus casino spins.- Parameters:
value
- The count of the winning bonus casino spins.- Returns:
- The Builder instance.
-