Package io.openlineage.client
Class OpenLineage.SourceCodeJobFacet
- java.lang.Object
-
- io.openlineage.client.OpenLineage.SourceCodeJobFacet
-
- All Implemented Interfaces:
OpenLineage.JobFacet
- Enclosing class:
- OpenLineage
public static final class OpenLineage.SourceCodeJobFacet extends java.lang.Object implements OpenLineage.JobFacet
model class for SourceCodeJobFacet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
get_deleted()
java.net.URI
get_producer()
java.net.URI
get_schemaURL()
java.util.Map<java.lang.String,java.lang.Object>
getAdditionalProperties()
java.lang.String
getLanguage()
java.lang.String
getSourceCode()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.openlineage.client.OpenLineage.JobFacet
isDeleted
-
-
-
-
Method Detail
-
get_producer
public java.net.URI get_producer()
- Specified by:
get_producer
in interfaceOpenLineage.JobFacet
- Returns:
- URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha
-
get_schemaURL
public java.net.URI get_schemaURL()
- Specified by:
get_schemaURL
in interfaceOpenLineage.JobFacet
- Returns:
- The JSON Pointer (https://tools.ietf.org/html/rfc6901) URL to the corresponding version of the schema definition for this facet
-
get_deleted
public java.lang.Boolean get_deleted()
- Specified by:
get_deleted
in interfaceOpenLineage.JobFacet
- Returns:
- set to true to delete a facet
-
getLanguage
public java.lang.String getLanguage()
- Returns:
- Language in which source code of this job was written.
-
getSourceCode
public java.lang.String getSourceCode()
- Returns:
- Source code of this job.
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
- Specified by:
getAdditionalProperties
in interfaceOpenLineage.JobFacet
- Returns:
- additional properties
-
-