Class CashoutAckResponse.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.response.CashoutAckResponse.Builder
- Enclosing class:
CashoutAckResponse
Builder class for creating instances of the CashoutAckResponse class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the CashoutAckResponse instance.setCashoutId
(String value) Sets the cashout ID associated with the cashout acknowledgement response.setCode
(int value) Sets the code associated with the cashout acknowledgement response.setMessage
(String value) Sets the message associated with the cashout acknowledgement response.setSignature
(String value) Sets the signature associated with the cashout acknowledgement response.setStatus
(AcceptanceStatus value) Sets the acceptance status associated with the cashout acknowledgement response.setTicketId
(String value) Sets the ticket ID associated with the cashout acknowledgement response.
-
Method Details
-
build
Builds and returns the CashoutAckResponse instance.- Returns:
- The built CashoutAckResponse instance.
-
setCode
Sets the code associated with the cashout acknowledgement response.- Parameters:
value
- The code to set.- Returns:
- The Builder instance.
-
setSignature
Sets the signature associated with the cashout acknowledgement response.- Parameters:
value
- The signature to set.- Returns:
- The Builder instance.
-
setCashoutId
Sets the cashout ID associated with the cashout acknowledgement response.- Parameters:
value
- The cashout ID to set.- Returns:
- The Builder instance.
-
setMessage
Sets the message associated with the cashout acknowledgement response.- Parameters:
value
- The message to set.- Returns:
- The Builder instance.
-
setTicketId
Sets the ticket ID associated with the cashout acknowledgement response.- Parameters:
value
- The ticket ID to set.- Returns:
- The Builder instance.
-
setStatus
Sets the acceptance status associated with the cashout acknowledgement response.- Parameters:
value
- The acceptance status to set.- Returns:
- The Builder instance.
-