Class Pager<S extends SortField>

    • Method Detail

      • getSortField

        public String getSortField()
      • hasOffset

        public boolean hasOffset()
      • getOffset

        @NotNull
        public @NotNull Long getOffset()
      • getMax

        public @Nullable Integer getMax()
      • getSort

        public S getSort()
      • setOffset

        public void setOffset​(@NotNull
                              @NotNull Long offset)
      • setMax

        public void setMax​(@Nullable Integer max)
      • setSort

        public void setSort​(S sort)
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(@Nullable Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object