Interface PaginationInfo


public interface PaginationInfo
페이지 정보
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    페이지 사이즈 정보
    int
    현재 페이지 정보
    int
    총 카운트
  • Method Details

    • getPage

      int getPage()
      현재 페이지 정보
      Returns:
    • getLimit

      int getLimit()
      페이지 사이즈 정보
      Returns:
    • getTotalCount

      int getTotalCount()
      총 카운트
      Returns: