Class GetRowsCommand.JsonResult

java.lang.Object
com.google.refine.commands.row.GetRowsCommand.JsonResult
Enclosing class:
GetRowsCommand

protected static class GetRowsCommand.JsonResult extends Object
  • Field Details

    • mode

      protected final Engine.Mode mode
    • rows

      protected final List<GetRowsCommand.WrappedRow> rows
    • filtered

      protected final int filtered
    • totalCount

      protected final int totalCount
    • start

      protected final int start
    • limit

      protected final int limit
    • pool

      protected final Pool pool
  • Constructor Details