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