CustomerAlert which contains alert data set for each alert
new CustomerAlert( customerId, alertTypeId, alertNotificationMsgId, alertDataList, contactPointList, blackoutList, created )
| Name | Type | Description |
| customerId | to which this alert belongs | |
| alertTypeId | to which this alert belongs | |
| alertNotificationMsgId | to which notification type this alert is tied to | |
| alertDataList | array of AlertData objects | |
| contactPointList | array of ContactPoint objects | |
| blackoutList | array of Blackout objects | |
| created |