Class TicketAckResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.TicketAckResponse
Represents a response for acknowledging a ticket.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the TicketAckResponse class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the code associated with the response.Gets the message associated with the response.Gets the signature associated with the response.Gets the acceptance status associated with the response.Gets the ticket ID associated with the response.static TicketAckResponse.Builder
Creates a new instance of the TicketAckResponse.Builder class.void
setCode
(int value) Sets the code associated with the response.void
setMessage
(String value) Sets the message associated with the response.void
setSignature
(String value) Sets the signature associated with the response.void
setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the response.void
setTicketId
(String value) Sets the ticket ID associated with the response.Methods inherited from class com.sportradar.mbs.sdk.entities.response.ContentResponse
newBalanceChangeInformResponseBuilder, newCancelAckResponseBuilder, newCancelResponseBuilder, newCashoutAckResponseBuilder, newCashoutResponseBuilder, newCasinoSessionsResponseBuilder, newDepositInformResponseBuilder, newErrorResponseBuilder, newExtSettlementAckResponseBuilder, newExtSettlementResponseBuilder, newTicketAckResponseBuilder, newTicketInformResponseBuilder, newTicketResponseBuilder, newWithdrawalInformResponseBuilder
-
Constructor Details
-
TicketAckResponse
public TicketAckResponse()
-
-
Method Details
-
newBuilder
Creates a new instance of the TicketAckResponse.Builder class.- Returns:
- A new instance of the TicketAckResponse.Builder class.
-
getCode
public int getCode()Gets the code associated with the response.- Returns:
- The code associated with the response.
-
setCode
public void setCode(int value) Sets the code associated with the response.- Parameters:
value
- The code to set.
-
getSignature
Gets the signature associated with the response.- Returns:
- The signature associated with the response.
-
setSignature
Sets the signature associated with the response.- Parameters:
value
- The signature to set.
-
getMessage
Gets the message associated with the response.- Returns:
- The message associated with the response.
-
setMessage
Sets the message associated with the response.- Parameters:
value
- The message to set.
-
getTicketId
Gets the ticket ID associated with the response.- Returns:
- The ticket ID associated with the response.
-
setTicketId
Sets the ticket ID associated with the response.- Parameters:
value
- The ticket ID to set.
-
getStatus
Gets the acceptance status associated with the response.- Returns:
- The acceptance status associated with the response.
-
setStatus
Sets the acceptance status associated with the response.- Parameters:
value
- The acceptance status to set.
-