Class UfSelection

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

public class UfSelection extends Selection
Represents a selection for a UF event.
  • Constructor Details

    • UfSelection

      public UfSelection()
  • Method Details

    • newBuilder

      public static UfSelection.Builder newBuilder()
      Creates a new instance of the UfSelection.Builder class.
      Returns:
      The UfSelection.Builder instance.
    • getEventId

      public String getEventId()
      Gets the event ID of the selection.
      Returns:
      The event ID.
    • setEventId

      public void setEventId(String value)
      Sets the event ID of the selection.
      Parameters:
      value - The event ID to set.
    • getProductId

      public String getProductId()
      Gets the product ID of the selection.
      Returns:
      The product ID.
    • setProductId

      public void setProductId(String value)
      Sets the product ID of the selection.
      Parameters:
      value - The product ID to set.
    • getOdds

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

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

      public String getOutcomeId()
      Gets the outcome ID of the selection.
      Returns:
      The outcome ID.
    • setOutcomeId

      public void setOutcomeId(String value)
      Sets the outcome ID of the selection.
      Parameters:
      value - The outcome ID to set.
    • getSpecifiers

      public String getSpecifiers()
      Gets the specifiers of the selection.
      Returns:
      The specifiers.
    • setSpecifiers

      public void setSpecifiers(String value)
      Sets the specifiers of the selection.
      Parameters:
      value - The specifiers to set.
    • getMarketId

      public String getMarketId()
      Gets the market ID of the selection.
      Returns:
      The market ID.
    • setMarketId

      public void setMarketId(String value)
      Sets the market ID of the selection.
      Parameters:
      value - The market ID to set.