Class LineageRequestNode

java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.rest.LineageRequestNode

public class LineageRequestNode extends Object
LineageRequestNode describes the type of node to return.
  • Constructor Details

    • LineageRequestNode

      public LineageRequestNode()
      Default constructor.
  • Method Details

    • getType

      public String getType()
      Return the type of node.
      Returns:
      type name
    • setType

      public void setType(String type)
      Set up the type of node.
      Parameters:
      type - type name
    • getName

      public String getName()
      Return the name of the node.
      Returns:
      string
    • setName

      public void setName(String name)
      Set up the name of the node.
      Parameters:
      name - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      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 Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int