Class JobConfig

java.lang.Object
io.openlineage.client.job.JobConfig
All Implemented Interfaces:
MergeConfig<JobConfig>

public class JobConfig extends Object implements MergeConfig<JobConfig>
  • Constructor Details

    • JobConfig

      public JobConfig()
  • Method Details

    • mergeWithNonNull

      public JobConfig mergeWithNonNull(JobConfig other)
      Description copied from interface: MergeConfig
      Method to create new config class based on current instance and non-null argument value. In most cases, implementation needs to create a new instance of T, while merging all the properties.
      Specified by:
      mergeWithNonNull in interface MergeConfig<JobConfig>
      Parameters:
      other - overwrite value
      Returns:
      merged config entry
    • getOwners

      public JobConfig.JobOwnersConfig getOwners()
    • getNamespace

      public String getNamespace()
    • getName

      public String getName()
    • getTags

      public List<TagField> getTags()
    • setOwners

      public void setOwners(JobConfig.JobOwnersConfig owners)
    • setNamespace

      public void setNamespace(String namespace)
    • setName

      public void setName(String name)
    • setTags

      public void setTags(List<TagField> tags)
    • toString

      public String toString()
      Overrides:
      toString in class Object