Class DepositInformResponse.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.response.DepositInformResponse.Builder
- Enclosing class:
DepositInformResponse
Builder class for creating instances of DepositInformResponse.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the DepositInformResponse object.setCode(int value) Sets the code for the DepositInformResponse object being built.setMessage(String value) Sets the message for the DepositInformResponse object being built.
-
Method Details
-
build
Builds the DepositInformResponse object.- Returns:
- The built DepositInformResponse object.
-
setCode
Sets the code for the DepositInformResponse object being built.- Parameters:
value- The code to set.- Returns:
- The Builder instance.
-
setMessage
Sets the message for the DepositInformResponse object being built.- Parameters:
value- The message to set.- Returns:
- The Builder instance.
-