Class OpenLineageGcpLineageJobFacetOrigin

java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageGcpLineageJobFacetOrigin

public class OpenLineageGcpLineageJobFacetOrigin extends Object
This class represents the origin of a job in the gcp_lineage job facet. It is part of the OpenLineage spec.
  • Constructor Details

    • OpenLineageGcpLineageJobFacetOrigin

      public OpenLineageGcpLineageJobFacetOrigin()
      Default constructor
  • Method Details

    • getSourceType

      public String getSourceType()
      Return the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.
      Returns:
      string
    • setSourceType

      public void setSourceType(String sourceType)
      Set up the type of the source system, for example COMPOSER, BIGQUERY_DATA_TRANSFER_SERVICE or CUSTOM.
      Parameters:
      sourceType - string
    • getName

      public String getName()
      Return the name of the source system.
      Returns:
      string
    • setName

      public void setName(String name)
      Set up the name of the source system.
      Parameters:
      name - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int