public class EmergencyNotificationEndpointOrder extends BaseModel
| Constructor and Description |
|---|
EmergencyNotificationEndpointOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCrderCreatedDate() |
String |
getCreatedBy() |
String |
getCustomerOrderId() |
EmergencyNotificationEndpointAssociation |
getEmergencyNotificationEndpointAssociation() |
EmergencyNotificationEndpointAssociation |
getEmergencyNotificationEndpointAssociations() |
String |
getOrderId() |
String |
getProcessingStatus() |
void |
setCrderCreatedDate(String crderCreatedDate) |
void |
setCreatedBy(String createdBy) |
void |
setCustomerOrderId(String customerOrderId) |
void |
setEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation) |
void |
setEmergencyNotificationEndpointAssociations(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociations) |
void |
setOrderId(String orderId) |
void |
setProcessingStatus(String processingStatus) |
public String getCustomerOrderId()
public void setCustomerOrderId(String customerOrderId)
public EmergencyNotificationEndpointAssociation getEmergencyNotificationEndpointAssociations()
public void setEmergencyNotificationEndpointAssociations(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociations)
public EmergencyNotificationEndpointAssociation getEmergencyNotificationEndpointAssociation()
public void setEmergencyNotificationEndpointAssociation(EmergencyNotificationEndpointAssociation emergencyNotificationEndpointAssociation)
public String getOrderId()
public void setOrderId(String orderId)
public String getCrderCreatedDate()
public void setCrderCreatedDate(String crderCreatedDate)
public String getProcessingStatus()
public void setProcessingStatus(String processingStatus)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
Copyright © 2020. All rights reserved.