Class PageableInfo

java.lang.Object
com.skava.accounts.model.exchange.response.PageableInfo
All Implemented Interfaces:
Serializable

public class PageableInfo extends Object implements Serializable
The Class PageableInfo holds the pageable details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • PageableInfo

      public PageableInfo(int page, int size, long count, long totalCount)
      Instantiates a new PageableInfo.
      Parameters:
      page - Indicates the page number of the response.
      size - Indicates the size of the response
      count - Indicates the count of the response details.
      totalCount - Indicates the total count of the response.