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 Summary
Constructors Constructor Description PageInfoResponse()
PageInfoResponse(IntResponse total, IntResponse totalPages, IntResponse page, IntResponse perPage, StringResponse sortBy, JSONResponse filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONResponse
getFilter()
IntResponse
getPage()
IntResponse
getPerPage()
StringResponse
getSortBy()
IntResponse
getTotal()
IntResponse
getTotalPages()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
PageInfoResponse
public PageInfoResponse()
-
PageInfoResponse
public PageInfoResponse(IntResponse total, IntResponse totalPages, IntResponse page, IntResponse perPage, StringResponse sortBy, JSONResponse filter)
-
-
Method Detail
-
getTotal
public IntResponse getTotal()
-
getTotalPages
public IntResponse getTotalPages()
-
getPage
public IntResponse getPage()
-
getPerPage
public IntResponse getPerPage()
-
getSortBy
public StringResponse getSortBy()
-
getFilter
public JSONResponse getFilter()
-
-