Class SecurityOfficerEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GovernedAssetEvent,SecurityOfficerTagEvent,SecurityOfficerUpdateTagEvent
public class SecurityOfficerEvent extends Object implements Serializable
SecurityOfficerEvent describes the structure of the events emitted by the Security Officer OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityOfficerEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityOfficerEventTypegetEventType()voidsetEventType(SecurityOfficerEventType eventType)
-
-
-
Method Detail
-
getEventType
public SecurityOfficerEventType getEventType()
-
setEventType
public void setEventType(SecurityOfficerEventType eventType)
-
-