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