Class PaginationEntity

    • Constructor Detail

      • PaginationEntity

        public PaginationEntity()
    • Method Detail

      • getUuid

        public String getUuid()
        Before splitting feed gets his own uuid. All partials after splitting will have same uuid.
        Returns:
        uuid of split feed.
      • getPage

        public Integer getPage()
        Returns page number of current feed partial.
        Returns:
        page of current partial.
      • getTotalPages

        public Integer getTotalPages()
        Returns total amount of pages in splitted feed.
        Returns:
        total pages.