Class OpenLineageJobFacets
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageJobFacets
This class represents the map of job facets in the open lineage standard spec
https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return a map of additional job facets.getSql()
int
hashCode()
Return hash code based on properties.void
setAdditionalProperties
(Map<String, OpenLineageJobFacet> additionalProperties) Set up a map of additional job facets.void
setDocumentation
(OpenLineageDocumentationJobFacet documentation) void
setSourceCodeLocation
(OpenLineageSourceCodeLocationJobFacet sourceCodeLocation) void
toString()
Standard toString method.
-
Constructor Details
-
OpenLineageJobFacets
public OpenLineageJobFacets()Default constructor
-
-
Method Details
-
getSourceCodeLocation
-
setSourceCodeLocation
-
getSql
-
setSql
-
getDocumentation
-
setDocumentation
-
getAdditionalProperties
Return a map of additional job facets. The name is the identifier of the facet type and the object is the facet itself.- Returns:
- job facet map (map from string to object)
-
setAdditionalProperties
Set up a map of additional job facets. The name is the identifier of the facet type and the object is the facet itself.- Parameters:
additionalProperties
- job 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.
-