Package 

Class Page


  • 
    public final class Page<T extends Object>
    
                        

    分页查询结果类

    • Constructor Summary

      Constructors 
      Constructor Description
      Page(Long totalPage, Long totalCount, List<T> data)
    • Method Summary

      Modifier and Type Method Description
      final Long getTotalPage()
      final Long getTotalCount()
      final List<T> getData()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait