IPage

interface IPage

Inheritors

Functions

Link copied to clipboard
abstract fun getPageNum(): Int
Link copied to clipboard
abstract fun getPageSize(): Int
Link copied to clipboard
abstract fun isCountOnly(): Boolean
Link copied to clipboard
abstract fun isNeedCount(): Boolean
Link copied to clipboard
abstract fun setCountOnly(countOnly: Boolean)
Link copied to clipboard
abstract fun setNeedCount(needCount: Boolean)
Link copied to clipboard
abstract fun setPageNum(pageNum: Int)
Link copied to clipboard
abstract fun setPageSize(pageSize: Int)