Class TPEGDocument

java.lang.Object
com.here.platform.location.tpeg2.sfw.TPEGDocument
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class TPEGDocument extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Details

  • Method Details

    • apply

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

      public static String toString()
    • timeStamp

      public scala.Option<Instant> timeStamp()
    • version

      public short version()
    • docType

      public String docType()
    • transportFrames

      public scala.collection.Seq<TransportFrame> transportFrames()
    • getTimeStamp

      public Optional<Instant> getTimeStamp()
    • getVersion

      public short getVersion()
    • getDocType

      public String getDocType()
    • getTransportFrames

      public List<TransportFrame> getTransportFrames()