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