Class LinkedCause
java.lang.Object
com.here.platform.location.tpeg2.tec.LinkedCause
- All Implemented Interfaces:
Cause
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedCause
(CauseCode mainCause, long linkedMessage, Optional<Object> coid, Optional<ServiceIdentifier> originatorSID) LinkedCause
(CauseCode mainCause, long linkedMessage, scala.Option<Object> coid, scala.Option<ServiceIdentifier> originatorSID) -
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
-
LinkedCause
public LinkedCause(CauseCode mainCause, long linkedMessage, scala.Option<Object> coid, scala.Option<ServiceIdentifier> originatorSID) -
LinkedCause
public LinkedCause(CauseCode mainCause, long linkedMessage, Optional<Object> coid, Optional<ServiceIdentifier> originatorSID)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
mainCause
-
linkedMessage
public long linkedMessage() -
coid
-
originatorSID
-
getMainCause
-
getLinkedMessage
public long getLinkedMessage() -
getCoid
-
getOriginatorSID
-