Class LayerVersion
java.lang.Object
com.here.platform.data.client.model.LayerVersion
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: layer Name of the layer.
param: version 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.
param: timestamp Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- 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
-
LayerVersion
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
layer
-
version
public long version() -
timestamp
public long timestamp() -
getLayer
- Returns:
- Name of the layer.
-
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.
-
getTimestamp
- Returns:
- Timestamp Timestamp when catalog version was published (in ms since 01/01/1970 00:00 UTC). (in ms since 01/01/1970 00:00 UTC).
-