Class Page<T>

java.lang.Object
top.codef.models.Page<T>

public class Page<T> extends Object
  • Constructor Details

    • Page

      public Page(Pageable pageable)
    • Page

      public Page()
  • Method Details

    • getPageable

      public Pageable getPageable()
      Returns:
      the pageable
    • setPageable

      public void setPageable(Pageable pageable)
      Parameters:
      pageable - the pageable to set
    • getContent

      public List<T> getContent()
      Returns:
      the content
    • setContent

      public void setContent(List<T> content)
      Parameters:
      content - the content to set
    • toString

      public String toString()
      Overrides:
      toString in class Object