Class UfCustomBetSelection
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.UfCustomBetSelection
Represents a custom bet selection for the UF (Unified Feed) platform.
Extends the base Selection class.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of UfCustomBetSelection. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOdds()
Gets the odds for the custom bet.Gets the selections for the custom bet.static UfCustomBetSelection.Builder
Creates a new instance of the UfCustomBetSelection class.void
Sets the odds for the custom bet.void
setSelections
(UfSelection[] value) Sets the selections for the custom bet.Methods inherited from class com.sportradar.mbs.sdk.entities.selection.Selection
newAccumulatorSelectionBuilder, newExtSelectionBuilder, newOddsBoostSelectionBuilder, newSystemSelectionBuilder, newUfCustomBetSelectionBuilder, newUfSelectionBuilder, newWaysSelectionBuilder
-
Constructor Details
-
UfCustomBetSelection
public UfCustomBetSelection()
-
-
Method Details
-
newBuilder
Creates a new instance of the UfCustomBetSelection class. -
getSelections
Gets the selections for the custom bet.- Returns:
- An array of UfSelection objects representing the selections.
-
setSelections
Sets the selections for the custom bet.- Parameters:
value
- An array of UfSelection objects representing the selections.
-
getOdds
Gets the odds for the custom bet.- Returns:
- An Odds object representing the odds.
-
setOdds
Sets the odds for the custom bet.- Parameters:
value
- An Odds object representing the odds.
-