Class CancelAckRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.CancelAckRequest
Represents a request to acknowledge the cancellation of a ticket.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of CancelAckRequest. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the acknowledged status.Gets the cancellation ID.Gets the cancellation signature.Gets the ticket ID.static CancelAckRequest.BuilderCreates a new instance of the CancelAckRequest.Builder class.voidsetAcknowledged(boolean value) Sets the acknowledged status.voidsetCancellationId(String value) Sets the cancellation ID.voidsetCancellationSignature(String value) Sets the cancellation signature.voidsetTicketId(String value) Sets the ticket ID.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder 
- 
Constructor Details
- 
CancelAckRequest
public CancelAckRequest() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of the CancelAckRequest.Builder class.- Returns:
 - A new instance of the CancelAckRequest.Builder class.
 
 - 
getCancellationSignature
Gets the cancellation signature.- Returns:
 - The cancellation signature.
 
 - 
setCancellationSignature
Sets the cancellation signature.- Parameters:
 value- The cancellation signature.
 - 
getAcknowledged
public boolean getAcknowledged()Gets the acknowledged status.- Returns:
 - The acknowledged status.
 
 - 
setAcknowledged
public void setAcknowledged(boolean value) Sets the acknowledged status.- Parameters:
 value- The acknowledged status.
 - 
getCancellationId
Gets the cancellation ID.- Returns:
 - The cancellation ID.
 
 - 
setCancellationId
Sets the cancellation ID.- Parameters:
 value- The cancellation ID.
 - 
getTicketId
Gets the ticket ID.- Returns:
 - The ticket ID.
 
 - 
setTicketId
Sets the ticket ID.- Parameters:
 value- The ticket ID.
 
 -