Class TPEGDocument
java.lang.Object
com.here.platform.location.tpeg2.sfw.TPEGDocument
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTPEGDocument
(Optional<Instant> timeStamp, short version, String docType, List<TransportFrame> transportFrames) TPEGDocument
(scala.Option<Instant> timeStamp, short version, String docType, scala.collection.Seq<TransportFrame> transportFrames) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
TPEGDocument
public TPEGDocument(scala.Option<Instant> timeStamp, short version, String docType, scala.collection.Seq<TransportFrame> transportFrames) -
TPEGDocument
public TPEGDocument(Optional<Instant> timeStamp, short version, String docType, List<TransportFrame> transportFrames)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
timeStamp
-
version
public short version() -
docType
-
transportFrames
-
getTimeStamp
-
getVersion
public short getVersion() -
getDocType
-
getTransportFrames
-