Class LineageRequestNode
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.rest.LineageRequestNode
LineageRequestNode describes the type of node to return.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getName()
Return the name of the node.getType()
Return the type of node.int
hashCode()
Return hash code based on properties.void
Set up the name of the node.void
Set up the type of node.toString()
Standard toString method.
-
Constructor Details
-
LineageRequestNode
public LineageRequestNode()Default constructor.
-
-
Method Details
-
getType
Return the type of node.- Returns:
- type name
-
setType
Set up the type of node.- Parameters:
type
- type name
-
getName
Return the name of the node.- Returns:
- string
-
setName
Set up the name of the node.- Parameters:
name
- string
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-