Class FindServiceRequest

java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.customerService.FindServiceRequest

public class FindServiceRequest extends AbstractFindRequest
FindServiceRequest represents the DTO request containing the objects used to filter customer services'.
  • Constructor Details

    • FindServiceRequest

      public FindServiceRequest()
  • Method Details

    • getServiceIds

      public List<UUID> getServiceIds()
    • getFirstName

      public String getFirstName()
      The firstname of the customer service to filter on
    • getLastName

      public String getLastName()
      The lastname of the customer service to filter on
    • getUsername

      public String getUsername()
      The username of the customer service to filter on
    • getEmail

      public String getEmail()
      The email of the customer service to filter on
    • setFirstName

      public void setFirstName(String firstName)
      The firstname of the customer service to filter on
    • setLastName

      public void setLastName(String lastName)
      The lastname of the customer service to filter on
    • setUsername

      public void setUsername(String username)
      The username of the customer service to filter on
    • setEmail

      public void setEmail(String email)
      The email of the customer service to filter on
    • setServiceIds

      public void setServiceIds(List<UUID> serviceIds)
      The service ids to filter on
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object