Package com.gooddata.executeafm.result
Class Paging
- java.lang.Object
-
- com.gooddata.executeafm.result.Paging
-
public class Paging extends Object
Paging ofExecutionResult. Represents paging in multiple dimensions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pagingcount(int... count)Sets count compound of given elements, each element per dimensionList<Integer>getCount()List<Integer>getOffset()List<Integer>getTotal()Pagingoffset(int... offset)Sets size compound of given elements, each element per dimensionStringtoString()Pagingtotal(int... total)Sets size compound of given elements, each element per dimension
-
-
-
Method Detail
-
count
public Paging count(int... count)
Sets count compound of given elements, each element per dimension- Parameters:
count- count elements- Returns:
- this
-
total
public Paging total(int... total)
Sets size compound of given elements, each element per dimension- Parameters:
total- size elements- Returns:
- this
-
offset
public Paging offset(int... offset)
Sets size compound of given elements, each element per dimension- Parameters:
offset- size elements- Returns:
- this
-
-