Class VersionDependency

java.lang.Object
com.here.platform.data.client.model.VersionDependency
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class VersionDependency extends Object implements scala.Product, Serializable
param: hrn HRN of the catalog that was used at any time to generate data for this version of this catalog. param: version Version of the catalog that was used as a dependency. param: direct Indicates the type of data dependency. If this value is set to false, this dependency is an indirect dependency. This means that data from this catalog was not directly used by a data processing pipeline to update the current version of the catalog.
See Also:
  • Constructor Details

    • VersionDependency

      public VersionDependency(HRN hrn, long version, boolean direct)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3)
    • toString

      public static String toString()
    • hrn

      public HRN hrn()
    • version

      public long version()
    • direct

      public boolean direct()
    • getVersion

      public Long getVersion()
      Returns:
      Version of this catalog.
    • getHrn

      public HRN getHrn()
      Returns:
      HRN of the catalog that was used at any time to generate data for this version of this catalog.
    • isDirect

      public Boolean isDirect()
      Returns:
      type of data dependency. If this value is set to true, this dependency is a direct dependency, otherwise false. Direct dependency means data from this catalog was used directly to produce the current version.