com.senseidb.search.client.json.req
Class Paging
java.lang.Object
com.senseidb.search.client.json.req.Paging
public class Paging
- extends Object
Represents result pagination.
Contains :
- the number of search results to return
the starting offset of search results
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Paging
public Paging()
Paging
public Paging(int count,
int offset)
Copyright © 2010-2012. All Rights Reserved.