Package com.bandwidth.iris.sdk.model
Class EmergencyNotificationEndpointOrderResponse
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.EmergencyNotificationEndpointOrderResponse
-
public class EmergencyNotificationEndpointOrderResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EmergencyNotificationEndpointOrderResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmergencyNotificationEndpointAssociationgetEmergencyNotificationEndpointAssociation()EmergencyNotificationEndpointOrdergetEmergencyNotificationEndpointOrder()List<EmergencyNotificationEndpointOrder>getEmergencyNotificationEndpointOrders()LinksgetLinks()voidsetEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation)voidsetEmergencyNotificationEndpointOrder(EmergencyNotificationEndpointOrder emergencyNotificationEndpointOrder)voidsetEmergencyNotificationEndpointOrders(List<EmergencyNotificationEndpointOrder> emergencyNotificationEndpointOrders)voidsetLinks(Links links)
-
-
-
Method Detail
-
getLinks
public Links getLinks()
-
setLinks
public void setLinks(Links links)
-
getEmergencyNotificationEndpointOrders
public List<EmergencyNotificationEndpointOrder> getEmergencyNotificationEndpointOrders()
-
setEmergencyNotificationEndpointOrders
public void setEmergencyNotificationEndpointOrders(List<EmergencyNotificationEndpointOrder> emergencyNotificationEndpointOrders)
-
getEmergencyNotificationEndpointOrder
public EmergencyNotificationEndpointOrder getEmergencyNotificationEndpointOrder()
-
setEmergencyNotificationEndpointOrder
public void setEmergencyNotificationEndpointOrder(EmergencyNotificationEndpointOrder emergencyNotificationEndpointOrder)
-
getEmergencyNotificationEndpointAssociation
public EmergencyNotificationEndpointAssociation getEmergencyNotificationEndpointAssociation()
-
setEmergencyNotificationEndpointAssociation
public void setEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation)
-
-