Class Page<T>

java.lang.Object
org.lockss.laaws.poller.impl.Page<T>

public class Page<T> extends Object
  • Constructor Details

  • Method Details

    • getPageNum

      public int getPageNum()
    • getPageSize

      public int getPageSize()
    • getLastPage

      public int getLastPage()
    • getFirstItem

      public int getFirstItem()
    • getLastItem

      public int getLastItem()
    • getTotal

      public int getTotal()
    • getPageContent

      public List<T> getPageContent()
    • hasContent

      public boolean hasContent()
    • getNextLink

      public String getNextLink()
    • getPrevLink

      public String getPrevLink()
    • getFirstLink

      public String getFirstLink()
    • getLastLink

      public String getLastLink()
    • getPageHeaders

      public org.springframework.http.HttpHeaders getPageHeaders()