Class

com.ubirch.avatar.model.db.device

Device

Related Doc: package device

Permalink

case class Device(deviceId: String, owners: Set[UUID] = Set.empty, groups: Set[UUID] = Set.empty, deviceTypeKey: String = "unknownDeviceType", deviceName: String = "unnamedDevice", hwDeviceId: String = "unknownHwDeviceId", hashedHwDeviceId: String = "unknownHwDeviceId", tags: Set[String] = Set(), deviceConfig: Option[JValue] = None, deviceProperties: Option[JValue] = None, subQueues: Option[Set[String]] = None, pubQueues: Option[Set[String]] = ..., avatarLastUpdated: Option[DateTime] = None, deviceLastUpdated: Option[DateTime] = None, updated: Option[DateTime] = None, created: DateTime = DateTime.now(DateTimeZone.UTC)) extends Product with Serializable

author: cvandrei since: 2017-05-12

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Device
  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 Device(deviceId: String, owners: Set[UUID] = Set.empty, groups: Set[UUID] = Set.empty, deviceTypeKey: String = "unknownDeviceType", deviceName: String = "unnamedDevice", hwDeviceId: String = "unknownHwDeviceId", hashedHwDeviceId: String = "unknownHwDeviceId", tags: Set[String] = Set(), deviceConfig: Option[JValue] = None, deviceProperties: Option[JValue] = None, subQueues: Option[Set[String]] = None, pubQueues: Option[Set[String]] = ..., avatarLastUpdated: Option[DateTime] = None, deviceLastUpdated: Option[DateTime] = None, updated: Option[DateTime] = None, created: DateTime = DateTime.now(DateTimeZone.UTC))

    Permalink

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. val avatarLastUpdated: Option[DateTime]

    Permalink
  6. def checkProperty(propertyKey: String): Boolean

    Permalink
  7. def clone(): AnyRef

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

    Permalink
  9. val deviceConfig: Option[JValue]

    Permalink
  10. val deviceId: String

    Permalink
  11. val deviceLastUpdated: Option[DateTime]

    Permalink
  12. val deviceName: String

    Permalink
  13. val deviceProperties: Option[JValue]

    Permalink
  14. val deviceTypeKey: String

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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Device → Equals → AnyRef → Any
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val groups: Set[UUID]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    Device → AnyRef → Any
  21. val hashedHwDeviceId: String

    Permalink
  22. val hwDeviceId: String

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val owners: Set[UUID]

    Permalink
  28. val pubQueues: Option[Set[String]]

    Permalink
  29. val subQueues: Option[Set[String]]

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

    Permalink
    Definition Classes
    AnyRef
  31. val tags: Set[String]

    Permalink
  32. val updated: Option[DateTime]

    Permalink
  33. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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