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