All Implemented Interfaces:
Serializable, FFDCResponse

public class AssetCatalogListResponse extends AssetCatalogOMASAPIResponse implements Serializable
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.
See Also:
  • Constructor Details

    • AssetCatalogListResponse

      public AssetCatalogListResponse()
  • Method Details

    • getAssetCatalogBeanList

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

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