Class LineageRelationshipEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
-
- org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipEvent
-
public class LineageRelationshipEvent extends AssetLineageEventHeader
The lineage relationship event contains lineage graph context from relationships.
-
-
Constructor Summary
Constructors Constructor Description LineageRelationshipEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LineageRelationshipgetLineageRelationship()Gets lineage relationship.inthashCode()voidsetLineageRelationship(LineageRelationship lineageRelationship)Sets lineage relationship.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
getAssetLineageEventType, getEventVersionId, setAssetLineageEventType, setEventVersionId
-
-
-
-
Method Detail
-
getLineageRelationship
public LineageRelationship getLineageRelationship()
Gets lineage relationship.- Returns:
- the lineage relationship
-
setLineageRelationship
public void setLineageRelationship(LineageRelationship lineageRelationship)
Sets lineage relationship.- Parameters:
lineageRelationship- the lineage relationship
-
toString
public String toString()
- Overrides:
toStringin classAssetLineageEventHeader
-
-