Class/Object

org.genivi.sota.core.data

UpdateRequest

Related Docs: object UpdateRequest | package data

Permalink

case class UpdateRequest(id: UUID, namespace: Namespace, packageId: PackageId, creationTime: DateTime, periodOfValidity: Interval, priority: Int, signature: String, description: Option[String], requestConfirmation: Boolean, installPos: Int = 0) extends Product with Serializable

Domain object for an update request. An update request refers to the intent to update a package on a number of VINs. It describes a single package, with a period of validity and priority for the update.

id

A generated unique ID for this update request

packageId

The name and version of the package

creationTime

When this update request was entered into SOTA

periodOfValidity

The start and end times when this update may be installed. The install won't be attempted before this point and will fail it it hasn't been started after the interval expires.

priority

The priority. priority == 1 items are installed before priority == 2.

signature

Signature for this updates Id

description

A descriptive text of the available update.

requestConfirmation

Flag to indicate if a user confirmation of the package is required.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UpdateRequest
  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 UpdateRequest(id: UUID, namespace: Namespace, packageId: PackageId, creationTime: DateTime, periodOfValidity: Interval, priority: Int, signature: String, description: Option[String], requestConfirmation: Boolean, installPos: Int = 0)

    Permalink

    id

    A generated unique ID for this update request

    packageId

    The name and version of the package

    creationTime

    When this update request was entered into SOTA

    periodOfValidity

    The start and end times when this update may be installed. The install won't be attempted before this point and will fail it it hasn't been started after the interval expires.

    priority

    The priority. priority == 1 items are installed before priority == 2.

    signature

    Signature for this updates Id

    description

    A descriptive text of the available update.

    requestConfirmation

    Flag to indicate if a user confirmation of the package is required.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val creationTime: DateTime

    Permalink

    When this update request was entered into SOTA

  7. val description: Option[String]

    Permalink

    A descriptive text of the available update.

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val id: UUID

    Permalink

    A generated unique ID for this update request

  12. val installPos: Int

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val namespace: Namespace

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val packageId: PackageId

    Permalink

    The name and version of the package

  19. val periodOfValidity: Interval

    Permalink

    The start and end times when this update may be installed.

    The start and end times when this update may be installed. The install won't be attempted before this point and will fail it it hasn't been started after the interval expires.

  20. val priority: Int

    Permalink

    The priority.

    The priority. priority == 1 items are installed before priority == 2.

  21. val requestConfirmation: Boolean

    Permalink

    Flag to indicate if a user confirmation of the package is required.

  22. val signature: String

    Permalink

    Signature for this updates Id

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped