Class AddServiceResponseRequest

java.lang.Object
com.dzidzi.dto.serviceResponse.AddServiceResponseRequest

public class AddServiceResponseRequest extends Object
AddServiceResponseRequest represents the DTO request containing the objects used to create a new response.
  • Constructor Details

    • AddServiceResponseRequest

      public AddServiceResponseRequest()
    • AddServiceResponseRequest

      @ConstructorProperties({"details","serviceTicket"}) public AddServiceResponseRequest(String details, UUID serviceTicket)
      Creates a new AddServiceResponseRequest instance.
      Parameters:
      details - The response message for the ticket
      serviceTicket - The id of the ticket to be responded
  • Method Details

    • builder

      public static AddServiceResponseRequest.Builder builder()
    • getDetails

      public String getDetails()
      The response message for the ticket
    • getServiceTicket

      public UUID getServiceTicket()
      The id of the ticket to be responded
    • setServiceTicket

      public void setServiceTicket(UUID serviceTicket)
      The id of the ticket to be responded