Class RunConfig

java.lang.Object
io.openlineage.client.run.RunConfig
All Implemented Interfaces:
MergeConfig<RunConfig>

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

    • RunConfig

      public RunConfig()
  • Method Details

    • mergeWithNonNull

      public RunConfig mergeWithNonNull(RunConfig 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<RunConfig>
      Parameters:
      other - overwrite value
      Returns:
      merged config entry
    • getTags

      public List<TagField> getTags()
    • setTags

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

      public String toString()
      Overrides:
      toString in class Object