Class ExtSelection

java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.ExtSelection

public class ExtSelection extends Selection
Represents an external selection.
  • Constructor Details

    • ExtSelection

      public ExtSelection()
  • Method Details

    • newBuilder

      public static ExtSelection.Builder 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

      public Odds getOdds()
      Gets the odds of the selection.
      Returns:
      The odds of the selection.
    • setOdds

      public void setOdds(Odds value)
      Sets the odds of the selection.
      Parameters:
      value - The odds of the selection.
    • getEvent

      public String getEvent()
      Gets the event associated with the selection.
      Returns:
      The event associated with the selection.
    • setEvent

      public void setEvent(String value)
      Sets the event associated with the selection.
      Parameters:
      value - The event associated with the selection.
    • getOutcome

      public String getOutcome()
      Gets the outcome of the selection.
      Returns:
      The outcome of the selection.
    • setOutcome

      public void setOutcome(String value)
      Sets the outcome of the selection.
      Parameters:
      value - The outcome of the selection.