Class ReofferCancelDetails
java.lang.Object
com.sportradar.mbs.sdk.entities.cancellation.CancelDetails
com.sportradar.mbs.sdk.entities.cancellation.ReofferCancelDetails
Represents the details of a reoffer cancellation.
 Extends the CancelDetails class.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of ReofferCancelDetails. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Returns the cancellation code.Returns the ticket ID.Returns the ticket signature.static ReofferCancelDetails.BuilderReturns a new instance of the ReofferCancelDetails.Builder class.voidsetCode(int value) Sets the cancellation code.voidsetTicketId(String value) Sets the ticket ID.voidsetTicketSignature(String value) Sets the ticket signature.Methods inherited from class com.sportradar.mbs.sdk.entities.cancellation.CancelDetails
newBetCancelDetailsBuilder, newBetPartialCancelDetailsBuilder, newReofferCancelDetailsBuilder, newTicketCancelDetailsBuilder, newTicketPartialCancelDetailsBuilder 
- 
Constructor Details
- 
ReofferCancelDetails
public ReofferCancelDetails() 
 - 
 - 
Method Details
- 
newBuilder
Returns a new instance of the ReofferCancelDetails.Builder class.- Returns:
 - a new instance of the ReofferCancelDetails.Builder class
 
 - 
getCode
public int getCode()Returns the cancellation code.- Returns:
 - the cancellation code
 
 - 
setCode
public void setCode(int value) Sets the cancellation code.- Parameters:
 value- the cancellation code to set
 - 
getTicketSignature
Returns the ticket signature.- Returns:
 - the ticket signature
 
 - 
setTicketSignature
Sets the ticket signature.- Parameters:
 value- the ticket signature to set
 - 
getTicketId
Returns the ticket ID.- Returns:
 - the ticket ID
 
 - 
setTicketId
Sets the ticket ID.- Parameters:
 value- the ticket ID to set
 
 -