Class PageableInfo
java.lang.Object
com.skava.accounts.model.exchange.response.PageableInfo
- All Implemented Interfaces:
Serializable
The Class PageableInfo holds the pageable details as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPageableInfo
(int page, int size, long count, long totalCount) Instantiates a new PageableInfo. -
Method Summary
-
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 responsecount
- Indicates the count of the response details.totalCount
- Indicates the total count of the response.
-