Class ReofferTicketRef
java.lang.Object
com.sportradar.mbs.sdk.entities.ref.TicketRef
com.sportradar.mbs.sdk.entities.ref.ReofferTicketRef
Represents a reference to a reoffered ticket.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a builder for creating instances of the ReofferTicketRef class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the ticket ID.Gets the ticket signature.static ReofferTicketRef.Builder
Creates a new instance of the ReofferTicketRef.Builder class.void
setTicketId
(String value) Sets the ticket ID.void
setTicketSignature
(String value) Sets the ticket signature.Methods inherited from class com.sportradar.mbs.sdk.entities.ref.TicketRef
newAltStakeTicketRefBuilder, newReofferTicketRefBuilder
-
Constructor Details
-
ReofferTicketRef
public ReofferTicketRef()
-
-
Method Details
-
newBuilder
Creates a new instance of the ReofferTicketRef.Builder class.- Returns:
- A new instance of the ReofferTicketRef.Builder class.
-
getTicketSignature
Gets the ticket signature.- Returns:
- The ticket signature.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value
- The ticket signature to set.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID to set.
-