public class GQLPaging extends Object
| Constructor and Description |
|---|
GQLPaging()
Default constructor
|
GQLPaging(int offset,
int limit,
int totalLength)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
int |
getOffset() |
int |
getTotalLength() |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setTotalLength(int totalLength) |
public GQLPaging()
public GQLPaging(int offset,
int limit,
int totalLength)
offset - the offsetlimit - the limittotalLength - the total lengthpublic int getTotalLength()
public void setTotalLength(int totalLength)
totalLength - the totalLength to setpublic int getOffset()
public void setOffset(int offset)
offset - the offset to setpublic int getLimit()
public void setLimit(int limit)
limit - the limit to setCopyright © 2019. All rights reserved.