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 Link icon

    • SelectionDetail Link icon

      public SelectionDetail()
  • Method Details Link icon

    • newBuilder Link icon

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

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

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

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

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

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

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

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

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