Class RowResultPage

java.lang.Object
io.stargate.sdk.core.domain.Page<ObjectMap>
io.stargate.sdk.core.domain.RowResultPage

public class RowResultPage extends Page<ObjectMap>
Result of API
Author:
Cedrick LUNVEN (@clunven)s
  • Constructor Details

    • RowResultPage

      public RowResultPage()
      Default constructor.
    • RowResultPage

      public RowResultPage(int pageSize, String pageState, List<ObjectMap> results)
      Full constructor.
      Parameters:
      pageSize - int
      pageState - String
      results - List