Class LinkedCause

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

public class LinkedCause 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()
    • messageID

      public long messageID()
    • coid

      public short coid()
    • sid

      public scala.Option<ServiceIdentifier> sid()
    • aid

      public scala.Option<Object> aid()
    • getMessageID

      public long getMessageID()
    • getCoid

      public short getCoid()
    • getSid

      public Optional<ServiceIdentifier> getSid()
    • getAid

      public Optional<Object> getAid()