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:
  • Constructor Details

    • GovernedAssetEvent

      public GovernedAssetEvent()
  • Method Details

    • getSerialVersionUID

      public static long getSerialVersionUID()
    • getGovernedAsset

      public GovernedAsset getGovernedAsset()
    • setGovernedAsset

      public void setGovernedAsset(GovernedAsset governedAsset)
    • toString

      public String toString()
      Overrides:
      toString in class Object