Class FindHistoryRequest

java.lang.Object
com.dzidzi.dto.merge.AbstractFindRequest
com.dzidzi.dto.history.FindHistoryRequest

public class FindHistoryRequest extends AbstractFindRequest
  • Constructor Details

    • FindHistoryRequest

      public FindHistoryRequest()
  • Method Details

    • getTimestampTo

      public Long getTimestampTo()
    • getUserId

      public UUID 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

      public UUID 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

      public Long getTimestampFrom()
      The timestamp from
    • getActionType

      public HistoryOperation getActionType()
    • getHistoryType

      public HistoryType getHistoryType()
    • setUserId

      public void setUserId(UUID userId)
      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

      public void setModelId(UUID modelId)
      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

      public void setTimestampFrom(Long timestampFrom)
      The timestamp from
    • setTimestampTo

      public void setTimestampTo(Long timestampTo)
      The timestamp to.
    • setActionType

      public void setActionType(HistoryOperation actionType)
    • setHistoryType

      public void setHistoryType(HistoryType historyType)
    • 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