Class UfSelection
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.UfSelection
Represents a selection for a UF event.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of UfSelection. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the event ID of the selection.Gets the market ID of the selection.getOdds()
Gets the odds of the selection.Gets the outcome ID of the selection.Gets the product ID of the selection.Gets the specifiers of the selection.static UfSelection.Builder
Creates a new instance of the UfSelection.Builder class.void
setEventId
(String value) Sets the event ID of the selection.void
setMarketId
(String value) Sets the market ID of the selection.void
Sets the odds of the selection.void
setOutcomeId
(String value) Sets the outcome ID of the selection.void
setProductId
(String value) Sets the product ID of the selection.void
setSpecifiers
(String value) Sets the specifiers of the selection.Methods inherited from class com.sportradar.mbs.sdk.entities.selection.Selection
newAccumulatorSelectionBuilder, newExtSelectionBuilder, newOddsBoostSelectionBuilder, newSystemSelectionBuilder, newUfCustomBetSelectionBuilder, newUfSelectionBuilder, newWaysSelectionBuilder
-
Constructor Details
-
UfSelection
public UfSelection()
-
-
Method Details
-
newBuilder
Creates a new instance of the UfSelection.Builder class.- Returns:
- The UfSelection.Builder instance.
-
getEventId
Gets the event ID of the selection.- Returns:
- The event ID.
-
setEventId
Sets the event ID of the selection.- Parameters:
value
- The event ID to set.
-
getProductId
Gets the product ID of the selection.- Returns:
- The product ID.
-
setProductId
Sets the product ID of the selection.- Parameters:
value
- The product ID to set.
-
getOdds
Gets the odds of the selection.- Returns:
- The odds.
-
setOdds
Sets the odds of the selection.- Parameters:
value
- The odds to set.
-
getOutcomeId
Gets the outcome ID of the selection.- Returns:
- The outcome ID.
-
setOutcomeId
Sets the outcome ID of the selection.- Parameters:
value
- The outcome ID to set.
-
getSpecifiers
Gets the specifiers of the selection.- Returns:
- The specifiers.
-
setSpecifiers
Sets the specifiers of the selection.- Parameters:
value
- The specifiers to set.
-
getMarketId
Gets the market ID of the selection.- Returns:
- The market ID.
-
setMarketId
Sets the market ID of the selection.- Parameters:
value
- The market ID to set.
-