Class PageableInfo

java.lang.Object
com.skava.model.responses.PageableInfo
All Implemented Interfaces:
Serializable

public class PageableInfo extends Object implements Serializable
The class PageableInfo contains the information such as page, size, count and totalCount.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PageableInfo

      public PageableInfo(int page, int size, long count, long totalCount)
      Parameters:
      page - the page
      size - the size
      count - the count
      totalCount - the totalCount