Class LineageEdge
- java.lang.Object
-
- org.odpi.openmetadata.governanceservers.openlineage.model.LineageEdge
-
- All Implemented Interfaces:
Serializable
public class LineageEdge extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdestinationNodeIDprotected StringedgeTypeprotected Objectidprotected StringsourceNodeID
-
Constructor Summary
Constructors Constructor Description LineageEdge()LineageEdge(Object id, String edgeType, String sourceNodeID, String destinationNodeID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDestinationNodeID()StringgetEdgeType()ObjectgetId()StringgetSourceNodeID()inthashCode()
-