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 Link icon

    • CancelAckRequest Link icon

      public CancelAckRequest()
  • Method Details Link icon

    • newBuilder Link icon

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

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

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

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

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

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

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

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

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