public class AddedEmergencyNotificationGroup extends Object
| Constructor and Description |
|---|
AddedEmergencyNotificationGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<EmergencyNotificationRecipient> |
getAddedEmergencyNotificationRecipients() |
String |
getDescription() |
String |
getIdentifier() |
void |
setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients) |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
public String getDescription()
public void setDescription(String description)
public List<EmergencyNotificationRecipient> getAddedEmergencyNotificationRecipients()
public void setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients)
public String getIdentifier()
public void setIdentifier(String identifier)
Copyright © 2020. All rights reserved.