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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of UfSelection. - 
Constructor Summary
Constructors - 
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.BuilderCreates a new instance of the UfSelection.Builder class.voidsetEventId(String value) Sets the event ID of the selection.voidsetMarketId(String value) Sets the market ID of the selection.voidSets the odds of the selection.voidsetOutcomeId(String value) Sets the outcome ID of the selection.voidsetProductId(String value) Sets the product ID of the selection.voidsetSpecifiers(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.
 
 -