Class ExtSelection
java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.ExtSelection
Represents an external selection.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of ExtSelection. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Gets the event associated with the selection.longGets the expected settlement time of the selection in UTC millis.getOdds()Gets the odds of the selection.Gets the outcome of the selection.static ExtSelection.BuilderCreates a new instance of the ExtSelection.Builder class.voidSets the event associated with the selection.voidsetExpSettleTime(long value) Sets the expected settlement time of the selection in UTC millis.voidSets the odds of the selection.voidsetOutcome(String value) Sets the outcome of the selection.Methods inherited from class com.sportradar.mbs.sdk.entities.selection.Selection
newAccumulatorSelectionBuilder, newExtSelectionBuilder, newOddsBoostSelectionBuilder, newSystemSelectionBuilder, newUfCustomBetSelectionBuilder, newUfSelectionBuilder, newWaysSelectionBuilder 
- 
Constructor Details
- 
ExtSelection
public ExtSelection() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of the ExtSelection.Builder class.- Returns:
 - A new instance of the ExtSelection.Builder class.
 
 - 
getExpSettleTime
public long getExpSettleTime()Gets the expected settlement time of the selection in UTC millis.- Returns:
 - The expected settlement time of the selection in UTC millis.
 
 - 
setExpSettleTime
public void setExpSettleTime(long value) Sets the expected settlement time of the selection in UTC millis.- Parameters:
 value- The expected settlement time of the selection in UTC millis.
 - 
getOdds
Gets the odds of the selection.- Returns:
 - The odds of the selection.
 
 - 
setOdds
Sets the odds of the selection.- Parameters:
 value- The odds of the selection.
 - 
getEvent
Gets the event associated with the selection.- Returns:
 - The event associated with the selection.
 
 - 
setEvent
Sets the event associated with the selection.- Parameters:
 value- The event associated with the selection.
 - 
getOutcome
Gets the outcome of the selection.- Returns:
 - The outcome of the selection.
 
 - 
setOutcome
Sets the outcome of the selection.- Parameters:
 value- The outcome of the selection.
 
 -