All Implemented Interfaces:
FFDCResponse

public class AssetCatalogSupportedTypes extends AssetCatalogOMASAPIResponse
AssetCatalogSupportedTypes is the response structure used on the Asset Catalog OMAS REST API calls that returns the Open Metadata Types supported for search as a response.
  • Constructor Details

    • AssetCatalogSupportedTypes

      public AssetCatalogSupportedTypes()
  • Method Details

    • getTypes

      public List<Type> getTypes()
      Returns the list of supported types
      Returns:
      the list of supported types
    • setTypes

      public void setTypes(List<Type> types)
      Setup the list of supported types
      Parameters:
      types - the list of supported types
    • equals

      public boolean equals(Object o)
      Description copied from class: FFDCResponseBase
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      o - test object
      Returns:
      result of comparison
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Description copied from class: FFDCResponseBase
      Return hash code for this object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code
    • toString

      public String toString()
      Description copied from class: FFDCResponseBase
      JSON-like toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      string containing the property names and values