Class SelectionDetail

java.lang.Object
com.sportradar.mbs.sdk.entities.common.SelectionDetail

public class SelectionDetail extends Object
Represents the details of a selection.
  • Constructor Details

    • SelectionDetail

      public SelectionDetail()
  • Method Details

    • newBuilder

      public static SelectionDetail.Builder newBuilder()
      Creates a new instance of the SelectionDetail class.
      Returns:
      A new instance of the SelectionDetail class.
    • getCode

      public int getCode()
      Gets the code of the selection.
      Returns:
      The code of the selection.
    • setCode

      public void setCode(int value)
      Sets the code of the selection.
      Parameters:
      value - The code of the selection.
    • getSelection

      public Selection getSelection()
      Gets the selection.
      Returns:
      The selection.
    • setSelection

      public void setSelection(Selection value)
      Sets the selection.
      Parameters:
      value - The selection.
    • getMessage

      public String getMessage()
      Gets the message associated with the selection.
      Returns:
      The message associated with the selection.
    • setMessage

      public void setMessage(String value)
      Sets the message associated with the selection.
      Parameters:
      value - The message associated with the selection.
    • getAutoAcceptedOdds

      public Odds getAutoAcceptedOdds()
      Gets the auto-accepted odds of the selection.
      Returns:
      The auto-accepted odds of the selection.
    • setAutoAcceptedOdds

      public void setAutoAcceptedOdds(Odds value)
      Sets the auto-accepted odds of the selection.
      Parameters:
      value - The auto-accepted odds of the selection.