Packages

c

com.here.platform.location.tpeg2.sfw

ServiceComponent

case class ServiceComponent(applicationId: Option[Int], contentId: Option[Short], majorApplicationVersion: Option[Short], minorApplicationVersion: Option[Short], encId: Option[Short], safetyFlag: Option[Boolean], serviceComponentBin: Option[TPEGbin], serviceComponentFrameContent: Option[ServiceComponentFrameContent]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceComponent
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServiceComponent(applicationId: Optional[Int], contentId: Optional[Short], majorApplicationVersion: Optional[Short], minorApplicationVersion: Optional[Short], encId: Optional[Short], safetyFlag: Optional[Boolean], serviceComponentBin: Optional[TPEGbin], serviceComponentFrameContent: Optional[ServiceComponentFrameContent])
  2. new ServiceComponent(applicationId: Option[Int], contentId: Option[Short], majorApplicationVersion: Option[Short], minorApplicationVersion: Option[Short], encId: Option[Short], safetyFlag: Option[Boolean], serviceComponentBin: Option[TPEGbin], serviceComponentFrameContent: Option[ServiceComponentFrameContent])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val applicationId: Option[Int]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val contentId: Option[Short]
  8. val encId: Option[Short]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getApplicationId: Optional[Int]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getContentId: Optional[Short]
  14. def getEncId: Optional[Short]
  15. def getMajorApplicationVersion: Optional[Short]
  16. def getMinorApplicationVersion: Optional[Short]
  17. def getSafetyFlag: Optional[Boolean]
  18. def getServiceComponentBin: Optional[TPEGbin]
  19. def getServiceComponentFrameContent: Optional[ServiceComponentFrameContent]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val majorApplicationVersion: Option[Short]
  22. val minorApplicationVersion: Option[Short]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val safetyFlag: Option[Boolean]
  27. val serviceComponentBin: Option[TPEGbin]
  28. val serviceComponentFrameContent: Option[ServiceComponentFrameContent]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped