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 class
Builder class for creating instances of CancelAckRequest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the acknowledged status.Gets the cancellation ID.Gets the cancellation signature.Gets the ticket ID.static CancelAckRequest.Builder
Creates a new instance of the CancelAckRequest.Builder class.void
setAcknowledged
(boolean value) Sets the acknowledged status.void
setCancellationId
(String value) Sets the cancellation ID.void
setCancellationSignature
(String value) Sets the cancellation signature.void
setTicketId
(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
-
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.
-