Class BetDetail

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

public class BetDetail extends Object
Represents a bet detail.
  • Constructor Details

    • BetDetail

      public BetDetail()
  • Method Details

    • newBuilder

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

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

      public void setCode(int value)
      Sets the code of the bet detail.
      Parameters:
      value - The code of the bet detail.
    • getSuggestion

      public Suggestion getSuggestion()
      Gets the suggestion of the bet detail.
      Returns:
      The suggestion of the bet detail.
    • setSuggestion

      public void setSuggestion(Suggestion value)
      Sets the suggestion of the bet detail.
      Parameters:
      value - The suggestion of the bet detail.
    • getBetId

      public String getBetId()
      Gets the bet ID of the bet detail.
      Returns:
      The bet ID of the bet detail.
    • setBetId

      public void setBetId(String value)
      Sets the bet ID of the bet detail.
      Parameters:
      value - The bet ID of the bet detail.
    • getSelectionDetails

      public SelectionDetail[] getSelectionDetails()
      Gets the selection details of the bet detail.
      Returns:
      The selection details of the bet detail.
    • setSelectionDetails

      public void setSelectionDetails(SelectionDetail[] value)
      Sets the selection details of the bet detail.
      Parameters:
      value - The selection details of the bet detail.
    • getMessage

      public String getMessage()
      Gets the message of the bet detail.
      Returns:
      The message of the bet detail.
    • setMessage

      public void setMessage(String value)
      Sets the message of the bet detail.
      Parameters:
      value - The message of the bet detail.