Class SubjectAreaEvent
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.events.SubjectAreaEvent
- All Implemented Interfaces:
Serializable
SubjectAreaEvent describes the structure of the org.odpi.openmetadata.accessservices.subjectarea.common.events emitted by the Subject Area OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the type of event.void
setEventType
(SubjectAreaEventType eventType) Set up the type of event.void
setSubjectAreaEventContent
(SubjectAreaEventContent subjectAreaEventContent)
-
Constructor Details
-
SubjectAreaEvent
public SubjectAreaEvent()Default constructor
-
-
Method Details
-
getEventType
Return the type of event.- Returns:
- event type enum
-
setEventType
Set up the type of event.- Parameters:
eventType
- - event type enum
-
getSubjectAreaEventContent
-
setSubjectAreaEventContent
-