Class OpenLineageRunFacets
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageRunFacets
This class represents the map of run facets in the open lineage standard spec
https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a map of additional data set facets.Return the nominal time.Return details of the parent process.int
hashCode()
Return hash code based on properties.void
setAdditionalProperties
(Map<String, OpenLineageDataSetFacet> additionalProperties) Set up a map of additional data set facets.void
setNominalTime
(OpenLineageNominalTimeRunFacet nominalTime) Set up the nominal time.void
setParent
(OpenLineageParentRunFacet parent) Set up details of the parent process.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageRunFacets
public OpenLineageRunFacets()Default constructor
-
-
Method Details
-
getParent
Return details of the parent process.- Returns:
- parent facet
-
setParent
Set up details of the parent process.- Parameters:
parent
- parent facet
-
getNominalTime
Return the nominal time.- Returns:
- facet
-
setNominalTime
Set up the nominal time.- Parameters:
nominalTime
- facet
-
getAdditionalProperties
Return a map of additional data set facets. The name is the identifier of the facet type and the object is the facet itself.- Returns:
- data set facet map (map from string to object)
-
setAdditionalProperties
Set up a map of additional data set facets. The name is the identifier of the facet type and the object is the facet itself.- Parameters:
additionalProperties
- data set facet map (map from string to object)
-
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.
-