public class NotificationList extends Object
| Constructor and Description |
|---|
NotificationList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of notifications returned.
|
List<org.wso2.carbon.device.mgt.common.notification.mgt.Notification> |
getList() |
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 |
setList(List<org.wso2.carbon.device.mgt.common.notification.mgt.Notification> notifications) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public int getCount()
public void setCount(int count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
public List<org.wso2.carbon.device.mgt.common.notification.mgt.Notification> getList()
public void setList(List<org.wso2.carbon.device.mgt.common.notification.mgt.Notification> notifications)
Copyright © 2017 WSO2. All rights reserved.