Class WithdrawalInformResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.WithdrawalInformResponse
Represents a response object for withdrawal information.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class for WithdrawalInformResponse. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the code associated with the withdrawal inform response.Gets the message associated with the withdrawal inform response.Creates a new instance of WithdrawalInformResponse.Builder.void
setCode
(int value) Sets the code associated with the withdrawal inform response.void
setMessage
(String value) Sets the message associated with the withdrawal inform 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
-
WithdrawalInformResponse
public WithdrawalInformResponse()
-
-
Method Details
-
newBuilder
Creates a new instance of WithdrawalInformResponse.Builder.- Returns:
- A new instance of WithdrawalInformResponse.Builder.
-
getCode
public int getCode()Gets the code associated with the withdrawal inform response.- Returns:
- The code associated with the withdrawal inform response.
-
setCode
public void setCode(int value) Sets the code associated with the withdrawal inform response.- Parameters:
value
- The code to set.
-
getMessage
Gets the message associated with the withdrawal inform response.- Returns:
- The message associated with the withdrawal inform response.
-
setMessage
Sets the message associated with the withdrawal inform response.- Parameters:
value
- The message to set.
-