public class BasePaginatedResult extends Object
| Constructor and Description |
|---|
BasePaginatedResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of Devices returned.
|
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
void |
setCount(int count) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
public int getCount()
public void setCount(int count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
Copyright © 2017 WSO2. All rights reserved.