Class OpenLineageGcpLineageJobFacetOrigin
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageGcpLineageJobFacetOrigin
This class represents the origin of a job in the gcp_lineage job facet.
It is part of the OpenLineage spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getName()Return the name of the source system.Return the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.inthashCode()Return hash code based on properties.voidSet up the name of the source system.voidsetSourceType(String sourceType) Set up the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.toString()Standard toString method.
-
Constructor Details
-
OpenLineageGcpLineageJobFacetOrigin
public OpenLineageGcpLineageJobFacetOrigin()Default constructor
-
-
Method Details
-
getSourceType
Return the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.- Returns:
- string
-
setSourceType
Set up the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.- Parameters:
sourceType- string
-
getName
Return the name of the source system.- Returns:
- string
-
setName
Set up the name of the source system.- Parameters:
name- string
-
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.
-