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

public class Elements extends Element
Elements object is used to describe the elements returned by the search method
See Also:
  • Constructor Details

    • Elements

      public Elements()
  • Method Details

    • getAssetCatalogItemElements

      public List<AssetCatalogItemElement> getAssetCatalogItemElements()
      Returns the list of item elements returned by the search method
      Returns:
      the list of item elements
    • setAssetCatalogItemElements

      public void setAssetCatalogItemElements(List<AssetCatalogItemElement> assetCatalogItemElements)
      Setup the list of item elements returned by the search method
      Parameters:
      assetCatalogItemElements - the list of item elements
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Element
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Element