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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of the BalanceChangeInformResponse class. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Gets the code associated with the response.Gets the message associated with the response.Creates a new instance of the BalanceChangeInformResponse class.voidsetCode(int value) Sets the code associated with the response.voidsetMessage(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.
 
 -