Package com.dzidzi.dto.history
Class FindHistoryRequest
java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.history.FindHistoryRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTheHistoryOperationTheHistoryTypeThe id of the model to filter the history on.The timestamp fromThe id of the user to filter the history on.inthashCode()voidsetActionType(HistoryOperation actionType) TheHistoryOperationvoidsetHistoryType(HistoryType historyType) TheHistoryTypevoidsetModelId(UUID modelId) The id of the model to filter the history on.voidsetTimestampFrom(Long timestampFrom) The timestamp fromvoidsetTimestampTo(Long timestampTo) The timestamp to.voidThe id of the user to filter the history on.toString()Methods inherited from class com.dzidzi.dto.merge.AbstractFindRequest
getLimit, getOrderBy, getPage, getSortBy, setLimit, setOrderBy, setPage, setSortBy
-
Constructor Details
-
FindHistoryRequest
public FindHistoryRequest()
-
-
Method Details
-
getTimestampTo
-
getUserId
The id of the user to filter the history on. The id can be a courier id, user id, restaurant id, admin id and service id. -
getModelId
The id of the model to filter the history on. The model id can be extra id, menu id, ticket id, order id, review id, coupon id. -
getTimestampFrom
The timestamp from -
getActionType
TheHistoryOperation -
getHistoryType
TheHistoryType -
setUserId
The id of the user to filter the history on. The id can be a courier id, user id, restaurant id, admin id and service id. -
setModelId
The id of the model to filter the history on. The model id can be extra id, menu id, ticket id, order id, review id, coupon id. -
setTimestampFrom
The timestamp from -
setTimestampTo
The timestamp to. -
setActionType
TheHistoryOperation -
setHistoryType
TheHistoryType -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-