Class CashoutAckResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse
Represents a response for a cashout acknowledgement.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for creating instances of the CashoutAckResponse class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the cashout ID associated with the cashout acknowledgement response.int
getCode()
Gets the code associated with the cashout acknowledgement response.Gets the message associated with the cashout acknowledgement response.Gets the signature associated with the cashout acknowledgement response.Gets the acceptance status associated with the cashout acknowledgement response.Gets the ticket ID associated with the cashout acknowledgement response.static CashoutAckResponse.Builder
Creates a new instance of the CashoutAckResponse.Builder class.void
setCashoutId
(String value) Sets the cashout ID associated with the cashout acknowledgement response.void
setCode
(int value) Sets the code associated with the cashout acknowledgement response.void
setMessage
(String value) Sets the message associated with the cashout acknowledgement response.void
setSignature
(String value) Sets the signature associated with the cashout acknowledgement response.void
setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cashout acknowledgement response.void
setTicketId
(String value) Sets the ticket ID associated with the cashout acknowledgement 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
-
CashoutAckResponse
public CashoutAckResponse()
-
-
Method Details
-
newBuilder
Creates a new instance of the CashoutAckResponse.Builder class.- Returns:
- A new instance of the CashoutAckResponse.Builder class.
-
getCode
public int getCode()Gets the code associated with the cashout acknowledgement response.- Returns:
- The code associated with the cashout acknowledgement response.
-
setCode
public void setCode(int value) Sets the code associated with the cashout acknowledgement response.- Parameters:
value
- The code to set.
-
getSignature
Gets the signature associated with the cashout acknowledgement response.- Returns:
- The signature associated with the cashout acknowledgement response.
-
setSignature
Sets the signature associated with the cashout acknowledgement response.- Parameters:
value
- The signature to set.
-
getCashoutId
Gets the cashout ID associated with the cashout acknowledgement response.- Returns:
- The cashout ID associated with the cashout acknowledgement response.
-
setCashoutId
Sets the cashout ID associated with the cashout acknowledgement response.- Parameters:
value
- The cashout ID to set.
-
getMessage
Gets the message associated with the cashout acknowledgement response.- Returns:
- The message associated with the cashout acknowledgement response.
-
setMessage
Sets the message associated with the cashout acknowledgement response.- Parameters:
value
- The message to set.
-
getTicketId
Gets the ticket ID associated with the cashout acknowledgement response.- Returns:
- The ticket ID associated with the cashout acknowledgement response.
-
setTicketId
Sets the ticket ID associated with the cashout acknowledgement response.- Parameters:
value
- The ticket ID to set.
-
getStatus
Gets the acceptance status associated with the cashout acknowledgement response.- Returns:
- The acceptance status associated with the cashout acknowledgement response.
-
setStatus
Sets the acceptance status associated with the cashout acknowledgement response.- Parameters:
value
- The acceptance status to set.
-