Package com.bandwidth.iris.sdk.model
Class EmergencyNotificationRecipientsResponse
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.EmergencyNotificationRecipientsResponse
-
public class EmergencyNotificationRecipientsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EmergencyNotificationRecipientsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmergencyNotificationRecipientgetEmergencyNotificationRecipient()List<EmergencyNotificationRecipient>getEmergencyNotificationRecipients()LinksgetLinks()voidsetEmergencyNotificationRecipient(EmergencyNotificationRecipient emergencyNotificationRecipient)voidsetEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients)voidsetLinks(Links links)
-
-
-
Method Detail
-
getEmergencyNotificationRecipient
public EmergencyNotificationRecipient getEmergencyNotificationRecipient()
-
setEmergencyNotificationRecipient
public void setEmergencyNotificationRecipient(EmergencyNotificationRecipient emergencyNotificationRecipient)
-
getLinks
public Links getLinks()
-
setLinks
public void setLinks(Links links)
-
getEmergencyNotificationRecipients
public List<EmergencyNotificationRecipient> getEmergencyNotificationRecipients()
-
setEmergencyNotificationRecipients
public void setEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> emergencyNotificationRecipients)
-
-