Class PageResultDto<T>

java.lang.Object
io.camunda.optimize.dto.optimize.query.PageResultDto<T>

public class PageResultDto<T> extends Object
  • Constructor Details

    • PageResultDto

      public PageResultDto(int limit)
    • PageResultDto

      public PageResultDto(String pagingState, int limit, List<T> entities)
    • PageResultDto

      protected PageResultDto()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • isLastPage

      public boolean isLastPage()
    • getPagingState

      public String getPagingState()
    • setPagingState

      public void setPagingState(String pagingState)
    • getLimit

      public int getLimit()
    • setLimit

      public void setLimit(int limit)
    • getEntities

      public List<T> getEntities()
    • setEntities

      public void setEntities(List<T> entities)
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object