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

    • ReofferTicketRef

      public ReofferTicketRef()
  • Method Details

    • newBuilder

      public static ReofferTicketRef.Builder newBuilder()
      Creates a new instance of the ReofferTicketRef.Builder class.
      Returns:
      A new instance of the ReofferTicketRef.Builder class.
    • 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 to set.
    • 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 to set.