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