Class ExtSettlementAckResponse.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ExtSettlementAckResponse.Builder
- Enclosing class:
ExtSettlementAckResponse
Represents a builder for the ExtSettlementAckResponse class.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the ExtSettlementAckResponse instance.setCode
(int value) Sets the code of the response.setMessage
(String value) Sets the message of the response.setSettlementId
(String value) Sets the settlement ID of the response.setSignature
(String value) Sets the signature of the response.setStatus
(AcceptanceStatus value) Sets the acceptance status of the response.setTicketId
(String value) Sets the ticket ID of the response.
-
Method Details
-
build
Builds the ExtSettlementAckResponse instance.- Returns:
- The built ExtSettlementAckResponse instance.
-
setCode
Sets the code of the response.- Parameters:
value
- The code of the response.- Returns:
- The builder instance.
-
setSignature
Sets the signature of the response.- Parameters:
value
- The signature of the response.- Returns:
- The builder instance.
-
setSettlementId
Sets the settlement ID of the response.- Parameters:
value
- The settlement ID of the response.- Returns:
- The builder instance.
-
setMessage
Sets the message of the response.- Parameters:
value
- The message of the response.- Returns:
- The builder instance.
-
setTicketId
Sets the ticket ID of the response.- Parameters:
value
- The ticket ID of the response.- Returns:
- The builder instance.
-
setStatus
Sets the acceptance status of the response.- Parameters:
value
- The acceptance status of the response.- Returns:
- The builder instance.
-