Class BetCancelDetails

java.lang.Object
com.sportradar.mbs.sdk.entities.cancellation.CancelDetails
com.sportradar.mbs.sdk.entities.cancellation.BetCancelDetails

public class BetCancelDetails extends CancelDetails
Represents the details of a bet cancellation.
  • Constructor Details

    • BetCancelDetails

      public BetCancelDetails()
  • Method Details

    • newBuilder

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

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

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

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

      public void setBetId(String value)
      Sets the ID of the bet that was cancelled.
      Parameters:
      value - The ID of the bet that was cancelled.
    • getTicketSignature

      public String getTicketSignature()
      Gets the signature of the ticket that was cancelled.
      Returns:
      The signature of the ticket that was cancelled.
    • setTicketSignature

      public void setTicketSignature(String value)
      Sets the signature of the ticket that was cancelled.
      Parameters:
      value - The signature of the ticket that was cancelled.
    • getTicketId

      public String getTicketId()
      Gets the ID of the ticket that was cancelled.
      Returns:
      The ID of the ticket that was cancelled.
    • setTicketId

      public void setTicketId(String value)
      Sets the ID of the ticket that was cancelled.
      Parameters:
      value - The ID of the ticket that was cancelled.