类 Page<T>

java.lang.Object
com.alibaba.ageiport.common.model.Page<T>
所有已实现的接口:
Serializable

public class Page<T> extends Object implements Serializable
usage
作者:
lingyi
另请参阅:
  • 构造器详细资料

    • Page

      public Page()
  • 方法详细资料

    • getTotalPage

      public Integer getTotalPage()
    • empty

      public static <T> Page<T> empty(PageQuery query)
    • build

      public static <T> Page<T> build(PageQuery query, Long totalItem, List<T> rows)
    • isEmpty

      public boolean isEmpty()