Class LayerVersion

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

public final class LayerVersion extends Object implements scala.Product, Serializable
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 Details

    • LayerVersion

      public LayerVersion(String layer, long version, long timestamp)
  • Method Details

    • apply

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

      public static String toString()
    • layer

      public String layer()
    • version

      public long version()
    • timestamp

      public long timestamp()
    • getLayer

      public String getLayer()
      Returns:
      Name of the layer.
    • getVersion

      public Long 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

      public Long 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).