com.senseidb.search.client.json.req
Class Paging

java.lang.Object
  extended by 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


Constructor Summary
Paging()
           
Paging(int count, int offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paging

public Paging()

Paging

public Paging(int count,
              int offset)


Copyright © 2010-2012. All Rights Reserved.