Package com.dzidzi.dto.order
Class FindCourierOrderRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.order.FindCourierOrderRequest
FindCourierOrderRequest represents the DTO request containing the objects used to filter courier orders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe courier id to filter onThe status to filter on.inthashCode()voidsetCourierId(UUID courierId) The courier id to filter onvoidsetOrderIds(List<UUID> orderIds) The order ids to fetchvoidsetStatus(OrderStatus status) The status to filter on.toString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindCourierOrderRequest
public FindCourierOrderRequest()
-
-
Method Details
-
getOrderIds
-
getCourierId
The courier id to filter on -
getStatus
The status to filter on. -
setCourierId
The courier id to filter on -
setStatus
The status to filter on. -
setOrderIds
The order ids to fetch -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-