public class RequestLimit extends Object
Constructor and Description |
---|
RequestLimit(int nb,
int start)
Construct new instance of RequestLimit with provided nb and start.
|
public RequestLimit(int nb, int start)
nb
- the maximum number of result to return.start
- the index of the first found element to return.public void setNb(int nb)
nb
- the maximum number of result to return.public int getNb()
public void setStart(int start)
start
- the index of the first found element to return.public int getStart()
Copyright © 2004–2015 XWiki. All rights reserved.