java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.lineagewarehouse.responses.LineageNodeNamesResponse
All Implemented Interfaces:
FFDCResponse

public class LineageNodeNamesResponse extends FFDCResponseBase
Returns lineage node names.
  • Constructor Details

    • LineageNodeNamesResponse

      public LineageNodeNamesResponse()
      Default constructor
  • Method Details

    • getNames

      public List<String> getNames()
      Return the list of node names;
      Returns:
      list of strings
    • setNames

      public void setNames(List<String> names)
      Set up the list of node names.
      Parameters:
      names - list of strings
    • toString

      public String toString()
      JSON-like toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code