Class ClassificationListResponse

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