Class TicketAckRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.TicketAckRequest
Represents a request to acknowledge a ticket.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of TicketAckRequest. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the acknowledged status of the ticket.Gets the ticket ID.Gets the ticket signature.static TicketAckRequest.Builder
Creates a new instance of TicketAckRequest.Builder.void
setAcknowledged
(boolean value) Sets the acknowledged status of the ticket.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.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
-
Constructor Details
-
TicketAckRequest
public TicketAckRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of TicketAckRequest.Builder.- Returns:
- The new instance of TicketAckRequest.Builder.
-
getAcknowledged
public boolean getAcknowledged()Gets the acknowledged status of the ticket.- Returns:
- The acknowledged status of the ticket.
-
setAcknowledged
public void setAcknowledged(boolean value) Sets the acknowledged status of the ticket.- Parameters:
value
- The acknowledged status of the ticket.
-
getTicketSignature
Gets the ticket signature.- Returns:
- The ticket signature.
-
setTicketSignature
Sets the ticket signature.- Parameters:
value
- The ticket signature.
-
getTicketId
Gets the ticket ID.- Returns:
- The ticket ID.
-
setTicketId
Sets the ticket ID.- Parameters:
value
- The ticket ID.
-