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