Class AssetCatalogSupportedTypes

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()
      Default constructor.
  • 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
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int