Package com.dzidzi.dto.serviceResponse
Class AddServiceResponseRequest
java.lang.Object
com.dzidzi.dto.serviceResponse.AddServiceResponseRequest
AddServiceResponseRequest represents the DTO request containing the objects used to create a new response.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddServiceResponseRequest(String details, UUID serviceTicket) Creates a newAddServiceResponseRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The response message for the ticketThe id of the ticket to be respondedvoidsetServiceTicket(UUID serviceTicket) The id of the ticket to be responded
-
Constructor Details
-
AddServiceResponseRequest
public AddServiceResponseRequest() -
AddServiceResponseRequest
@ConstructorProperties({"details","serviceTicket"}) public AddServiceResponseRequest(String details, UUID serviceTicket) Creates a newAddServiceResponseRequestinstance.- Parameters:
details- The response message for the ticketserviceTicket- The id of the ticket to be responded
-
-
Method Details
-
builder
-
getDetails
The response message for the ticket -
getServiceTicket
The id of the ticket to be responded -
setServiceTicket
The id of the ticket to be responded
-