Package com.bandwidth.iris.sdk.model
Class EmergencyNotificationEndpointOrder
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.BaseModel
-
- com.bandwidth.iris.sdk.model.EmergencyNotificationEndpointOrder
-
public class EmergencyNotificationEndpointOrder extends BaseModel
-
-
Constructor Summary
Constructors Constructor Description EmergencyNotificationEndpointOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCrderCreatedDate()StringgetCreatedBy()StringgetCustomerOrderId()EmergencyNotificationEndpointAssociationgetEmergencyNotificationEndpointAssociation()EmergencyNotificationEndpointAssociationgetEmergencyNotificationEndpointAssociations()StringgetOrderId()StringgetProcessingStatus()voidsetCrderCreatedDate(String crderCreatedDate)voidsetCreatedBy(String createdBy)voidsetCustomerOrderId(String customerOrderId)voidsetEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation)voidsetEmergencyNotificationEndpointAssociations(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociations)voidsetOrderId(String orderId)voidsetProcessingStatus(String processingStatus)
-
-
-
Method Detail
-
getCustomerOrderId
public String getCustomerOrderId()
-
setCustomerOrderId
public void setCustomerOrderId(String customerOrderId)
-
getEmergencyNotificationEndpointAssociations
public EmergencyNotificationEndpointAssociation getEmergencyNotificationEndpointAssociations()
-
setEmergencyNotificationEndpointAssociations
public void setEmergencyNotificationEndpointAssociations(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociations)
-
getEmergencyNotificationEndpointAssociation
public EmergencyNotificationEndpointAssociation getEmergencyNotificationEndpointAssociation()
-
setEmergencyNotificationEndpointAssociation
public void setEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation)
-
getOrderId
public String getOrderId()
-
setOrderId
public void setOrderId(String orderId)
-
getCrderCreatedDate
public String getCrderCreatedDate()
-
setCrderCreatedDate
public void setCrderCreatedDate(String crderCreatedDate)
-
getProcessingStatus
public String getProcessingStatus()
-
setProcessingStatus
public void setProcessingStatus(String processingStatus)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
-