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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of UfCustomBetSelection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOdds()Gets the odds for the custom bet.Gets the selections for the custom bet.static UfCustomBetSelection.BuilderCreates a new instance of the UfCustomBetSelection class.voidSets the odds for the custom bet.voidsetSelections(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.
-