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