...
- Event renamed VesEvent
- Made VesEvent a subclass of Notification, ting tying VesEvent into the ONAP root class hierarchy
- Changed association between VesEvent and the various domain classes to a generalization from a composition
- Deleted the CommonEventHeader class, moving the attributes directly into the VesEvent class
- Rationalized the VesEvent attributes with hose those inherited fro the root class hierarchy, including
- Eventid and eventName were deleted, given there are inherited id and name attributes
- lastEpochMicrosec is a redefine of inherited attributed endDate
- startingEpochMicrosec is a redefine of inherited attribute startDate
- name was redefined to be required.
...