final case class LayerVersion(layer: String, version: Long, timestamp: Long) extends Product with Serializable
- layer
Name of the layer.
- 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.
- timestamp
Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- Alphabetic
- By Inheritance
- LayerVersion
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
LayerVersion(layer: String, version: Long, timestamp: Long)
- layer
Name of the layer.
- 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.
- timestamp
Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getLayer(): String
- returns
Name of the layer.
-
def
getTimestamp(): Long
- 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).
-
def
getVersion(): Long
- 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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layer: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timestamp: Long
- val version: Long
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()