Class VersionDependency
java.lang.Object
com.here.platform.data.client.model.VersionDependency
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
VersionDependency
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
hrn
-
version
public long version() -
direct
public boolean direct() -
getVersion
- Returns:
- Version of this catalog.
-
getHrn
- Returns:
- HRN of the catalog that was used at any time to generate data for this version of this catalog.
-
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.
-