Class ServiceIdentifier
java.lang.Object
com.here.platform.location.tpeg2.tdt.ServiceIdentifier
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
Constructors -
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
-
ServiceIdentifier
public ServiceIdentifier(short sid_A, short sid_B, short sid_C)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
sid_A
public short sid_A() -
sid_B
public short sid_B() -
sid_C
public short sid_C() -
getSid_A
public short getSid_A() -
getSid_B
public short getSid_B() -
getSid_C
public short getSid_C()
-