Package org.openrefine.model.recon
Class StandardReconConfig.ReconQuery
- java.lang.Object
-
- org.openrefine.model.recon.StandardReconConfig.ReconQuery
-
- Enclosing class:
- StandardReconConfig
protected static class StandardReconConfig.ReconQuery extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
limit
protected List<StandardReconConfig.QueryProperty>
properties
protected String
query
protected String
typeID
-
Constructor Summary
Constructors Constructor Description ReconQuery()
ReconQuery(String query, String typeID, List<StandardReconConfig.QueryProperty> properties, int limit)
-
-
-
Field Detail
-
query
protected String query
-
typeID
protected String typeID
-
properties
protected List<StandardReconConfig.QueryProperty> properties
-
limit
protected int limit
-
-
Constructor Detail
-
ReconQuery
public ReconQuery()
-
ReconQuery
public ReconQuery(String query, String typeID, List<StandardReconConfig.QueryProperty> properties, int limit)
-
-