Package com.google.refine.commands.row
Class GetRowsCommand.JsonResult
java.lang.Object
com.google.refine.commands.row.GetRowsCommand.JsonResult
- Enclosing class:
- GetRowsCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final Engine.Modeprotected final Poolprotected final List<GetRowsCommand.WrappedRow>protected final intprotected final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsonResult(Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int start, int limit, Pool pool) -
Method Summary
-
Field Details
-
mode
-
rows
-
filtered
protected final int filtered -
totalCount
protected final int totalCount -
start
protected final int start -
limit
protected final int limit -
pool
-
-
Constructor Details
-
JsonResult
protected JsonResult(Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int start, int limit, Pool pool)
-