Class LineageRelationshipsEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
-
- org.odpi.openmetadata.accessservices.assetlineage.event.LineageRelationshipsEvent
-
- All Implemented Interfaces:
Serializable
public class LineageRelationshipsEvent extends AssetLineageEventHeader
The lineage event contains new or updated lineage graph context from assets.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineageRelationshipsEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RelationshipsContextgetRelationshipsContext()inthashCode()voidsetRelationshipsContext(RelationshipsContext relationshipsContext)-
Methods inherited from class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
getAssetLineageEventType, getEventVersionId, setAssetLineageEventType, setEventVersionId, toString
-
-
-
-
Method Detail
-
getRelationshipsContext
public RelationshipsContext getRelationshipsContext()
-
setRelationshipsContext
public void setRelationshipsContext(RelationshipsContext relationshipsContext)
-
-