Class LineageRelationshipEvent
java.lang.Object
org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipEvent
- All Implemented Interfaces:
Serializable
The lineage relationship event contains lineage graph context from relationships.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets lineage relationship.int
hashCode()
void
setLineageRelationship
(LineageRelationship lineageRelationship) Sets lineage relationship.toString()
Methods inherited from class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
getAssetLineageEventType, getEventVersionId, setAssetLineageEventType, setEventVersionId
-
Constructor Details
-
LineageRelationshipEvent
public LineageRelationshipEvent()
-
-
Method Details
-
getLineageRelationship
Gets lineage relationship.- Returns:
- the lineage relationship
-
setLineageRelationship
Sets lineage relationship.- Parameters:
lineageRelationship
- the lineage relationship
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAssetLineageEventHeader
-