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