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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of TicketAckRequest. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the acknowledged status of the ticket.Gets the ticket ID.Gets the ticket signature.static TicketAckRequest.BuilderCreates a new instance of TicketAckRequest.Builder.voidsetAcknowledged(boolean value) Sets the acknowledged status of the ticket.voidsetTicketId(String value) Sets the ticket ID.voidsetTicketSignature(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.
 
 -