Class PageInfoResponse
- java.lang.Object
- 
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
- 
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
- 
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
- 
- com.github.gpluscb.ggjava.entity.object.response.objects.PageInfoResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class PageInfoResponse extends AbstractGGResponseObject 
- 
- 
Constructor SummaryConstructors Constructor Description PageInfoResponse()PageInfoResponse(IntResponse total, IntResponse totalPages, IntResponse page, IntResponse perPage, StringResponse sortBy, JSONResponse filter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONResponsegetFilter()IntResponsegetPage()IntResponsegetPerPage()StringResponsegetSortBy()IntResponsegetTotal()IntResponsegetTotalPages()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
PageInfoResponsepublic PageInfoResponse() 
 - 
PageInfoResponsepublic PageInfoResponse(IntResponse total, IntResponse totalPages, IntResponse page, IntResponse perPage, StringResponse sortBy, JSONResponse filter) 
 
- 
 - 
Method Detail- 
getTotalpublic IntResponse getTotal() 
 - 
getTotalPagespublic IntResponse getTotalPages() 
 - 
getPagepublic IntResponse getPage() 
 - 
getPerPagepublic IntResponse getPerPage() 
 - 
getSortBypublic StringResponse getSortBy() 
 - 
getFilterpublic JSONResponse getFilter() 
 
- 
 
-