Class ServiceComponent
java.lang.Object
com.here.platform.location.tpeg2.sfw.ServiceComponent
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceComponent
(Optional<Object> applicationId, Optional<Object> contentId, Optional<Object> majorApplicationVersion, Optional<Object> minorApplicationVersion, Optional<Object> encId, Optional<Object> safetyFlag, Optional<TPEGbin> serviceComponentBin, Optional<ServiceComponentFrameContent> serviceComponentFrameContent) ServiceComponent
(scala.Option<Object> applicationId, scala.Option<Object> contentId, scala.Option<Object> majorApplicationVersion, scala.Option<Object> minorApplicationVersion, scala.Option<Object> encId, scala.Option<Object> safetyFlag, scala.Option<TPEGbin> serviceComponentBin, scala.Option<ServiceComponentFrameContent> serviceComponentFrameContent) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Object>
abstract static R
apply
(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) scala.Option<Object>
scala.Option<Object>
encId()
getEncId()
scala.Option<Object>
scala.Option<Object>
scala.Option<Object>
scala.Option<TPEGbin>
scala.Option<ServiceComponentFrameContent>
static String
toString()
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
-
ServiceComponent
public ServiceComponent(scala.Option<Object> applicationId, scala.Option<Object> contentId, scala.Option<Object> majorApplicationVersion, scala.Option<Object> minorApplicationVersion, scala.Option<Object> encId, scala.Option<Object> safetyFlag, scala.Option<TPEGbin> serviceComponentBin, scala.Option<ServiceComponentFrameContent> serviceComponentFrameContent) -
ServiceComponent
public ServiceComponent(Optional<Object> applicationId, Optional<Object> contentId, Optional<Object> majorApplicationVersion, Optional<Object> minorApplicationVersion, Optional<Object> encId, Optional<Object> safetyFlag, Optional<TPEGbin> serviceComponentBin, Optional<ServiceComponentFrameContent> serviceComponentFrameContent)
-
-
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
-
applicationId
-
contentId
-
majorApplicationVersion
-
minorApplicationVersion
-
encId
-
safetyFlag
-
serviceComponentBin
-
serviceComponentFrameContent
-
getApplicationId
-
getContentId
-
getMajorApplicationVersion
-
getMinorApplicationVersion
-
getEncId
-
getSafetyFlag
-
getServiceComponentBin
-
getServiceComponentFrameContent
-