Class CancelResponse

java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.CancelResponse

public class CancelResponse extends ContentResponse
Represents a response for a cancellation operation.
  • Constructor Details

    • CancelResponse

      public CancelResponse()
  • Method Details

    • newBuilder

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

      public int getCode()
      Gets the code associated with the cancellation response.
      Returns:
      The code associated with the cancellation response.
    • setCode

      public void setCode(int value)
      Sets the code associated with the cancellation response.
      Parameters:
      value - The code associated with the cancellation response.
    • getSignature

      public String getSignature()
      Gets the signature associated with the cancellation response.
      Returns:
      The signature associated with the cancellation response.
    • setSignature

      public void setSignature(String value)
      Sets the signature associated with the cancellation response.
      Parameters:
      value - The signature associated with the cancellation response.
    • getCancellationId

      public String getCancellationId()
      Gets the cancellation ID associated with the cancellation response.
      Returns:
      The cancellation ID associated with the cancellation response.
    • setCancellationId

      public void setCancellationId(String value)
      Sets the cancellation ID associated with the cancellation response.
      Parameters:
      value - The cancellation ID associated with the cancellation response.
    • getMessage

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

      public void setMessage(String value)
      Sets the message associated with the cancellation response.
      Parameters:
      value - The message associated with the cancellation response.
    • getTicketId

      public String getTicketId()
      Gets the ticket ID associated with the cancellation response.
      Returns:
      The ticket ID associated with the cancellation response.
    • setTicketId

      public void setTicketId(String value)
      Sets the ticket ID associated with the cancellation response.
      Parameters:
      value - The ticket ID associated with the cancellation response.
    • getStatus

      public AcceptanceStatus getStatus()
      Gets the acceptance status associated with the cancellation response.
      Returns:
      The acceptance status associated with the cancellation response.
    • setStatus

      public void setStatus(AcceptanceStatus value)
      Sets the acceptance status associated with the cancellation response.
      Parameters:
      value - The acceptance status associated with the cancellation response.