Class LineageSearchRequest
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.rest.LineageSearchRequest
LineageSearchRequest describes the properties for a lineage search.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the starting node.Return the list of related nodes.int
hashCode()
Return hash code based on properties.void
setQueriedNode
(LineageRequestNode queriedNode) Set up the starting node.void
setRelatedNodes
(List<LineageRequestNode> relatedNodes) Set up the list of related nodes.toString()
Standard toString method.
-
Constructor Details
-
LineageSearchRequest
public LineageSearchRequest()Default constructor.
-
-
Method Details
-
getQueriedNode
Return the starting node.- Returns:
- request node name and type
-
setQueriedNode
Set up the starting node.- Parameters:
queriedNode
- request node name and type
-
getRelatedNodes
Return the list of related nodes.- Returns:
- list of node names and types
-
setRelatedNodes
Set up the list of related nodes.- Parameters:
relatedNodes
- list of node names and types
-
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.
-