public class NotificationContext extends Object
| Constructor and Description |
|---|
NotificationContext(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceId,
org.wso2.carbon.device.mgt.common.notification.mgt.Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.device.mgt.common.DeviceIdentifier |
getDeviceId() |
org.wso2.carbon.device.mgt.common.notification.mgt.Notification |
getNotification() |
void |
setDeviceId(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceId) |
void |
setNotification(org.wso2.carbon.device.mgt.common.notification.mgt.Notification notification) |
public NotificationContext(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceId,
org.wso2.carbon.device.mgt.common.notification.mgt.Notification notification)
public org.wso2.carbon.device.mgt.common.DeviceIdentifier getDeviceId()
public void setDeviceId(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceId)
public org.wso2.carbon.device.mgt.common.notification.mgt.Notification getNotification()
public void setNotification(org.wso2.carbon.device.mgt.common.notification.mgt.Notification notification)
Copyright © 2017 WSO2. All rights reserved.