Class CancelAckRequest

java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CancelAckRequest

public class CancelAckRequest extends ContentRequest
Represents a request to acknowledge the cancellation of a ticket.
  • Constructor Details

    • CancelAckRequest

      public CancelAckRequest()
  • Method Details

    • newBuilder

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

      public String getCancellationSignature()
      Gets the cancellation signature.
      Returns:
      The cancellation signature.
    • setCancellationSignature

      public void setCancellationSignature(String value)
      Sets the cancellation signature.
      Parameters:
      value - The cancellation signature.
    • getAcknowledged

      public boolean getAcknowledged()
      Gets the acknowledged status.
      Returns:
      The acknowledged status.
    • setAcknowledged

      public void setAcknowledged(boolean value)
      Sets the acknowledged status.
      Parameters:
      value - The acknowledged status.
    • getCancellationId

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

      public void setCancellationId(String value)
      Sets the cancellation ID.
      Parameters:
      value - The cancellation ID.
    • getTicketId

      public String getTicketId()
      Gets the ticket ID.
      Returns:
      The ticket ID.
    • setTicketId

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