Class TPEGbin

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

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

    • TPEGbin

      public TPEGbin(int byteSize, scala.Option<String> byteCRChex, scala.Option<String> statusLevel, scala.Option<String> statusDescription, scala.Option<Object> serviceComponentIsEncrypted, byte[] value)
    • TPEGbin

      public TPEGbin(int byteSize, Optional<String> byteCRChex, Optional<String> statusLevel, Optional<String> statusDescription, Optional<Object> serviceComponentIsEncrypted, byte[] value)
  • Method Details

    • apply

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

      public static String toString()
    • byteSize

      public int byteSize()
    • byteCRChex

      public scala.Option<String> byteCRChex()
    • statusLevel

      public scala.Option<String> statusLevel()
    • statusDescription

      public scala.Option<String> statusDescription()
    • serviceComponentIsEncrypted

      public scala.Option<Object> serviceComponentIsEncrypted()
    • value

      public byte[] value()
    • getByteSize

      public int getByteSize()
    • getByteCRChex

      public Optional<String> getByteCRChex()
    • getStatusLevel

      public Optional<String> getStatusLevel()
    • getStatusDescription

      public Optional<String> getStatusDescription()
    • getServiceComponentIsEncrypted

      public Optional<Object> getServiceComponentIsEncrypted()
    • getValue

      public byte[] getValue()