Class BetValidation

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

public class BetValidation extends Object
Represents a BetValidation object that contains information about a bet validation.
  • Constructor Details

    • BetValidation

      public BetValidation()
  • Method Details

    • newBuilder

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

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

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

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

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

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

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