Class ReofferTicketRef

java.lang.Object
com.sportradar.mbs.sdk.entities.ref.TicketRef
com.sportradar.mbs.sdk.entities.ref.ReofferTicketRef

public class ReofferTicketRef extends TicketRef
Represents a reference to a reoffered ticket.
  • Constructor Details Link icon

    • ReofferTicketRef Link icon

      public ReofferTicketRef()
  • Method Details Link icon

    • newBuilder Link icon

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

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

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