Class LayerVersions
java.lang.Object
com.here.platform.data.client.model.LayerVersions
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: version Version of this catalog.
param: layerVersions Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLayerVersions(long version, scala.collection.immutable.Seq<LayerVersion> layerVersions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2) scala.collection.immutable.Seq<LayerVersion>static StringtoString()longversion()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
-
LayerVersions
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
version
public long version() -
layerVersions
-
getVersion
- Returns:
- Version of the catalog when the layer was last changed. Only versions before and including the requested catalog version are evaluated. Note: version can refer to already retired and thus inaccessible version.
-
getLayerVersions
- Returns:
- Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
-