Package com.dzidzi.dto.courier
Class FindCourierRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.courier.FindCourierRequest
FindCourierRequest represents the DTO request containing the objects used to filter couriers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe status of the courier to filter ongetEmail()The email of the courier to filter onThe firstname of the courier to filter onThe lastname of the courier to filter onThe average rating of courier to filter onThe username of the courier to filter oninthashCode()voidsetAvailability(CourierStatus availability) The status of the courier to filter onvoidsetCourierIds(List<UUID> courierIds) The courier ids to filter onvoidThe email of the courier to filter onvoidsetFirstName(String firstName) The firstname of the courier to filter onvoidsetLastName(String lastName) The lastname of the courier to filter onvoidThe average rating of courier to filter onvoidsetUsername(String username) The username of the courier to filter ontoString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindCourierRequest
public FindCourierRequest()
-
-
Method Details
-
getCourierIds
-
getFirstName
The firstname of the courier to filter on -
getLastName
The lastname of the courier to filter on -
getAvailability
The status of the courier to filter on -
getRating
The average rating of courier to filter on -
getEmail
The email of the courier to filter on -
getUsername
The username of the courier to filter on -
setFirstName
The firstname of the courier to filter on -
setLastName
The lastname of the courier to filter on -
setAvailability
The status of the courier to filter on -
setRating
The average rating of courier to filter on -
setEmail
The email of the courier to filter on -
setUsername
The username of the courier to filter on -
setCourierIds
The courier ids to filter on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-