Class TicketAckRequest

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

public class TicketAckRequest extends ContentRequest
Represents a request to acknowledge a ticket.
  • Constructor Details

    • TicketAckRequest

      public TicketAckRequest()
  • Method Details

    • newBuilder

      public static TicketAckRequest.Builder newBuilder()
      Creates a new instance of TicketAckRequest.Builder.
      Returns:
      The new instance of TicketAckRequest.Builder.
    • getAcknowledged

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

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

      public String getTicketSignature()
      Gets the ticket signature.
      Returns:
      The ticket signature.
    • setTicketSignature

      public void setTicketSignature(String value)
      Sets the ticket signature.
      Parameters:
      value - The ticket signature.
    • 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.