Class PolarisPaginationMeta

    • Constructor Detail

      • PolarisPaginationMeta

        public PolarisPaginationMeta()
    • Method Detail

      • getOffset

        public BigDecimal getOffset()
        The offset used for this request. If null, no offset was applied.
        Returns:
        offset
      • setOffset

        public void setOffset​(BigDecimal offset)
      • getLimit

        public BigDecimal getLimit()
        The maximum number of elements returned for this request. If null, no limit was applied.
        Returns:
        limit
      • setLimit

        public void setLimit​(BigDecimal limit)
      • getTotal

        public BigDecimal getTotal()
        The total number of results matching the provided criteria, without regard to the provided offset or limit.
        Returns:
        total
      • setTotal

        public void setTotal​(BigDecimal total)