All Implemented Interfaces:
FFDCResponse

public class ClassificationListResponse extends AssetCatalogOMASAPIResponse
ClassificationsResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns a classification object as a response.
  • Constructor Details

    • ClassificationListResponse

      public ClassificationListResponse()
  • Method Details

    • getClassifications

      public List<Classification> getClassifications()
      Returns the list of classifications
      Returns:
      the list of classifications
    • setClassifications

      public void setClassifications(List<Classification> classifications)
      Set up the list of classifications
      Parameters:
      classifications - the list of classifications
    • 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