org.sonar.wsclient.base
Class Paging

java.lang.Object
  extended by org.sonar.wsclient.base.Paging

public class Paging
extends Object

Since:
3.6

Constructor Summary
Paging(Map json)
          For internal use
 
Method Summary
 Integer pageIndex()
           
 Integer pages()
           
 Integer pageSize()
           
 Integer total()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paging

public Paging(Map json)
For internal use

Method Detail

pageSize

public Integer pageSize()

pageIndex

public Integer pageIndex()

total

public Integer total()

pages

public Integer pages()


Copyright © 2009–2015 SonarSource. All rights reserved.