Class RelatedServiceEntry
java.lang.Object
com.here.platform.location.tpeg2.sni.RelatedServiceEntry
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedServiceEntry
(short scid, ServiceIdentifier carrierSID, ServiceIdentifier originatorSID, short contentID, int applicationID, Optional<BearerLinkageInfo> bearerInformation, Optional<String> serviceName, Optional<String> serviceDescription) RelatedServiceEntry
(short scid, ServiceIdentifier carrierSID, ServiceIdentifier originatorSID, short contentID, int applicationID, scala.Option<BearerLinkageInfo> bearerInformation, scala.Option<String> serviceName, scala.Option<String> serviceDescription) -
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
-
RelatedServiceEntry
public RelatedServiceEntry(short scid, ServiceIdentifier carrierSID, ServiceIdentifier originatorSID, short contentID, int applicationID, scala.Option<BearerLinkageInfo> bearerInformation, scala.Option<String> serviceName, scala.Option<String> serviceDescription) -
RelatedServiceEntry
public RelatedServiceEntry(short scid, ServiceIdentifier carrierSID, ServiceIdentifier originatorSID, short contentID, int applicationID, Optional<BearerLinkageInfo> bearerInformation, Optional<String> serviceName, Optional<String> serviceDescription)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) -
toString
-
scid
public short scid() -
carrierSID
-
originatorSID
-
contentID
public short contentID() -
applicationID
public int applicationID() -
bearerInformation
-
serviceName
-
serviceDescription
-
getScid
public short getScid() -
getCarrierSID
-
getOriginatorSID
-
getContentID
public short getContentID() -
getApplicationID
public int getApplicationID() -
getBearerInformation
-
getServiceName
-
getServiceDescription
-