Package io.stargate.sdk.core.domain
Class RowResultPage
Result of API
- Author:
- Cedrick LUNVEN (@clunven)s
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.RowResultPage(int pageSize, String pageState, List<ObjectMap> results) Full constructor. -
Method Summary
Methods inherited from class io.stargate.sdk.core.domain.Page
getFindFirst, getPageSize, getPageState, getResults, isEmpty, one, setResults
-
Constructor Details
-
RowResultPage
public RowResultPage()Default constructor. -
RowResultPage
Full constructor.- Parameters:
pageSize- intpageState- Stringresults- List
-