Class AssetCatalogListResponse

All Implemented Interfaces:
FFDCResponse

public class AssetCatalogListResponse extends AssetCatalogOMASAPIResponse
AssetCatalogResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a list of asset catalog beans object as a response.
  • Constructor Details

    • AssetCatalogListResponse

      public AssetCatalogListResponse()
      Default constructor.
  • Method Details

    • getAssetCatalogBeanList

      public List<AssetCatalogBean> getAssetCatalogBeanList()
      Returns the list of assets.
      Returns:
      the list of assets
    • setAssetCatalogBeanList

      public void setAssetCatalogBeanList(List<AssetCatalogBean> assetCatalogBeanList)
      Set up the list of assets.
      Parameters:
      assetCatalogBeanList - the list of assets
    • 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