Class GovernedAssetEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerEvent
-
- org.odpi.openmetadata.accessservices.securityofficer.api.events.GovernedAssetEvent
-
- All Implemented Interfaces:
Serializable
public class GovernedAssetEvent extends SecurityOfficerEvent
GovernedAssetEvent describes the structure of the Governance Asset events published by the Security Officer OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernedAssetEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GovernedAssetgetGovernedAsset()static longgetSerialVersionUID()voidsetGovernedAsset(GovernedAsset governedAsset)StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerEvent
getEventType, setEventType
-
-
-
-
Method Detail
-
getSerialVersionUID
public static long getSerialVersionUID()
-
getGovernedAsset
public GovernedAsset getGovernedAsset()
-
setGovernedAsset
public void setGovernedAsset(GovernedAsset governedAsset)
-
-