public class RequestLimit extends Object
Constructor and Description |
---|
RequestLimit(int nb,
int start)
Construct new instance of RequestLimit with provided nb and start.
|
Modifier and Type | Method and Description |
---|---|
int |
getNb() |
int |
getStart() |
void |
setNb(int nb) |
void |
setStart(int 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–2021 XWiki. All rights reserved.