Package com.dzidzi.dto.serviceResponse
Class FindResponseRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.serviceResponse.FindResponseRequest
FindResponseRequest represents the DTO request containing the objects used to filter service responses'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe courier id to filter onThe restaurant id to filter onThe customer service id to filter onThe ticket id to filter onThe user id to filter oninthashCode()voidsetCourierId(UUID courierId) The courier id to filter onvoidsetResponseIds(List<UUID> responseIds) The response ids to filter onvoidsetRestaurantId(UUID restaurantId) The restaurant id to filter onvoidsetServiceId(UUID serviceId) The customer service id to filter onvoidsetTicketId(UUID ticketId) The ticket id to filter onvoidThe user id to filter ontoString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindResponseRequest
public FindResponseRequest()
-
-
Method Details
-
getResponseIds
-
getServiceId
The customer service id to filter on -
getUserId
The user id to filter on -
getCourierId
The courier id to filter on -
getRestaurantId
The restaurant id to filter on -
getTicketId
The ticket id to filter on -
setServiceId
The customer service id to filter on -
setUserId
The user id to filter on -
setCourierId
The courier id to filter on -
setRestaurantId
The restaurant id to filter on -
setTicketId
The ticket id to filter on -
setResponseIds
The response ids to filter on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-