public class Paging extends Object
ExecutionResult. Represents paging in multiple dimensions.| Constructor and Description |
|---|
Paging()
Creates new paging
|
Paging(List<Integer> count,
List<Integer> offset,
List<Integer> total)
Creates new paging
|
| Modifier and Type | Method and Description |
|---|---|
Paging |
count(int... count)
Sets count compound of given elements, each element per dimension
|
List<Integer> |
getCount() |
List<Integer> |
getOffset() |
List<Integer> |
getTotal() |
Paging |
offset(int... offset)
Sets size compound of given elements, each element per dimension
|
String |
toString() |
Paging |
total(int... total)
Sets size compound of given elements, each element per dimension
|
public Paging count(int... count)
count - count elementspublic Paging total(int... total)
total - size elementspublic Paging offset(int... offset)
offset - size elementsCopyright © 2017. All rights reserved.