java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogEvent
All Implemented Interfaces:
Serializable

public class AssetCatalogEvent extends Object implements Serializable
AssetCatalogEvent describes the structure of the events emitted by the Asset Catalog OMAS.
See Also:
  • Constructor Details

    • AssetCatalogEvent

      public AssetCatalogEvent()
  • Method Details

    • getAsset

      public Asset getAsset()
      Returns the structure of an asset
      Returns:
      the asset
    • setAsset

      public void setAsset(Asset asset)
      Setup the structure of an asset
      Parameters:
      asset - the asset
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object