Class FreeRolloverStake
java.lang.Object
com.sportradar.mbs.sdk.entities.stake.Stake
com.sportradar.mbs.sdk.entities.stake.FreeRolloverStake
Represents a free rollover stake.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of FreeRolloverStake. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the stake amount.Gets the currency.getMode()Gets the stake mode.Gets the trace ID.static FreeRolloverStake.BuilderCreates a new instance of the FreeRolloverStake.Builder class.voidsetAmount(BigDecimal value) Sets the stake amount.voidsetCurrency(String value) Sets the currency.voidSets the stake mode.voidsetTraceId(String value) Sets the trace ID.Methods inherited from class com.sportradar.mbs.sdk.entities.stake.Stake
newBonusStakeBuilder, newCashStakeBuilder, newFreeCashStakeBuilder, newFreeRolloverStakeBuilder, newFreeStakeBuilder
-
Constructor Details
-
FreeRolloverStake
public FreeRolloverStake()
-
-
Method Details
-
newBuilder
Creates a new instance of the FreeRolloverStake.Builder class.- Returns:
- The new instance of the FreeRolloverStake.Builder class.
-
getMode
Gets the stake mode.- Returns:
- The stake mode.
-
setMode
Sets the stake mode.- Parameters:
value- The stake mode to set.
-
getTraceId
Gets the trace ID.- Returns:
- The trace ID.
-
setTraceId
Sets the trace ID.- Parameters:
value- The trace ID to set.
-
getAmount
Gets the stake amount.- Returns:
- The stake amount.
-
setAmount
Sets the stake amount.- Parameters:
value- The stake amount to set.
-
getCurrency
Gets the currency.- Returns:
- The currency.
-
setCurrency
Sets the currency.- Parameters:
value- The currency to set.
-