| Package | Description | 
|---|---|
| org.opennms.netmgt.dao.mock | |
| org.opennms.netmgt.model | 
 This file is part of OpenNMS(R). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MockUserNotificationDao.generateId(OnmsUserNotification not)  | 
protected Integer | 
MockUserNotificationDao.getId(OnmsUserNotification userNotif)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OnmsUserNotification> | 
OnmsNotification.getUsersNotified()
getUsersNotified 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OnmsNotification.setUsersNotified(Set<OnmsUserNotification> usersnotifieds)
setUsersNotified 
 | 
| Constructor and Description | 
|---|
OnmsNotification(Integer notifyId,
                String textMsg,
                OnmsEvent event,
                OnmsNode node,
                Set<OnmsUserNotification> usersNotified)
minimal constructor 
 | 
OnmsNotification(Integer notifyId,
                String textMsg,
                String subject,
                String numericMsg,
                Date pageTime,
                Date respondTime,
                String answeredBy,
                InetAddress ipAddress,
                OnmsServiceType serviceType,
                String queueId,
                OnmsEvent event,
                OnmsNode node,
                Set<OnmsUserNotification> usersNotified,
                String notifConfigName)
full constructor 
 | 
Copyright © 2021. All rights reserved.