final case class Device(type: Option[DeviceType] = _root_.scala.None, ua: Option[String] = _root_.scala.None, ifa: Option[String] = _root_.scala.None, lmt: Option[Boolean] = _root_.scala.None, make: Option[String] = _root_.scala.None, model: Option[String] = _root_.scala.None, os: Option[String] = _root_.scala.None, osv: Option[String] = _root_.scala.None, hwv: Option[String] = _root_.scala.None, h: Option[Int] = _root_.scala.None, w: Option[Int] = _root_.scala.None, ppi: Option[Int] = _root_.scala.None, pxratio: Option[Int] = _root_.scala.None, js: Option[Boolean] = _root_.scala.None, lang: Option[String] = _root_.scala.None, ip: Option[String] = _root_.scala.None, ipv6: Option[String] = _root_.scala.None, xff: Option[String] = _root_.scala.None, iptr: Option[Boolean] = _root_.scala.None, carrier: Option[String] = _root_.scala.None, mccmnc: Option[String] = _root_.scala.None, mccmncsim: Option[String] = _root_.scala.None, contype: Option[ConnectionType] = _root_.scala.None, geofetch: Option[Boolean] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[DeviceExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Device] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Device], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Device
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Device(type: Option[DeviceType] = _root_.scala.None, ua: Option[String] = _root_.scala.None, ifa: Option[String] = _root_.scala.None, lmt: Option[Boolean] = _root_.scala.None, make: Option[String] = _root_.scala.None, model: Option[String] = _root_.scala.None, os: Option[String] = _root_.scala.None, osv: Option[String] = _root_.scala.None, hwv: Option[String] = _root_.scala.None, h: Option[Int] = _root_.scala.None, w: Option[Int] = _root_.scala.None, ppi: Option[Int] = _root_.scala.None, pxratio: Option[Int] = _root_.scala.None, js: Option[Boolean] = _root_.scala.None, lang: Option[String] = _root_.scala.None, ip: Option[String] = _root_.scala.None, ipv6: Option[String] = _root_.scala.None, xff: Option[String] = _root_.scala.None, iptr: Option[Boolean] = _root_.scala.None, carrier: Option[String] = _root_.scala.None, mccmnc: Option[String] = _root_.scala.None, mccmncsim: Option[String] = _root_.scala.None, contype: Option[ConnectionType] = _root_.scala.None, geofetch: Option[Boolean] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[DeviceExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val carrier: Option[String]
  6. def clearCarrier: Device
  7. def clearContype: Device
  8. def clearExt: Device
  9. def clearGeo: Device
  10. def clearGeofetch: Device
  11. def clearH: Device
  12. def clearHwv: Device
  13. def clearIfa: Device
  14. def clearIp: Device
  15. def clearIptr: Device
  16. def clearIpv6: Device
  17. def clearJs: Device
  18. def clearLang: Device
  19. def clearLmt: Device
  20. def clearMake: Device
  21. def clearMccmnc: Device
  22. def clearMccmncsim: Device
  23. def clearModel: Device
  24. def clearOs: Device
  25. def clearOsv: Device
  26. def clearPpi: Device
  27. def clearPxratio: Device
  28. def clearType: Device
  29. def clearUa: Device
  30. def clearW: Device
  31. def clearXff: Device
  32. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  33. def companion: Device.type
    Definition Classes
    Device → GeneratedMessage
  34. val contype: Option[ConnectionType]
  35. def discardUnknownFields: Device
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val ext: Option[DeviceExt]
  38. val geo: Option[Geo]
  39. val geofetch: Option[Boolean]
  40. def getCarrier: String
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  42. def getContype: ConnectionType
  43. def getExt: DeviceExt
  44. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Device → GeneratedMessage
  45. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Device → GeneratedMessage
  46. def getGeo: Geo
  47. def getGeofetch: Boolean
  48. def getH: Int
  49. def getHwv: String
  50. def getIfa: String
  51. def getIp: String
  52. def getIptr: Boolean
  53. def getIpv6: String
  54. def getJs: Boolean
  55. def getLang: String
  56. def getLmt: Boolean
  57. def getMake: String
  58. def getMccmnc: String
  59. def getMccmncsim: String
  60. def getModel: String
  61. def getOs: String
  62. def getOsv: String
  63. def getPpi: Int
  64. def getPxratio: Int
  65. def getType: DeviceType
  66. def getUa: String
  67. def getW: Int
  68. def getXff: String
  69. val h: Option[Int]
  70. val hwv: Option[String]
  71. val ifa: Option[String]
  72. val ip: Option[String]
  73. val iptr: Option[Boolean]
  74. val ipv6: Option[String]
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. val js: Option[Boolean]
  77. val lang: Option[String]
  78. val lmt: Option[Boolean]
  79. val make: Option[String]
  80. val mccmnc: Option[String]
  81. val mccmncsim: Option[String]
  82. val model: Option[String]
  83. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  84. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  85. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  86. val os: Option[String]
  87. val osv: Option[String]
  88. val ppi: Option[Int]
  89. def productElementNames: Iterator[String]
    Definition Classes
    Product
  90. val pxratio: Option[Int]
  91. def serializedSize: Int
    Definition Classes
    Device → GeneratedMessage
  92. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  93. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  94. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  95. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  96. def toProtoString: String
    Definition Classes
    Device → GeneratedMessage
  97. val type: Option[DeviceType]
  98. val ua: Option[String]
  99. val unknownFields: UnknownFieldSet
  100. def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Device
    Definition Classes
    Updatable
  101. val w: Option[Int]
  102. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  103. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  104. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  105. def withCarrier(__v: String): Device
  106. def withContype(__v: ConnectionType): Device
  107. def withExt(__v: DeviceExt): Device
  108. def withGeo(__v: Geo): Device
  109. def withGeofetch(__v: Boolean): Device
  110. def withH(__v: Int): Device
  111. def withHwv(__v: String): Device
  112. def withIfa(__v: String): Device
  113. def withIp(__v: String): Device
  114. def withIptr(__v: Boolean): Device
  115. def withIpv6(__v: String): Device
  116. def withJs(__v: Boolean): Device
  117. def withLang(__v: String): Device
  118. def withLmt(__v: Boolean): Device
  119. def withMake(__v: String): Device
  120. def withMccmnc(__v: String): Device
  121. def withMccmncsim(__v: String): Device
  122. def withModel(__v: String): Device
  123. def withOs(__v: String): Device
  124. def withOsv(__v: String): Device
  125. def withPpi(__v: Int): Device
  126. def withPxratio(__v: Int): Device
  127. def withType(__v: DeviceType): Device
  128. def withUa(__v: String): Device
  129. def withUnknownFields(__v: UnknownFieldSet): Device
  130. def withW(__v: Int): Device
  131. def withXff(__v: String): Device
  132. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  133. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Device → GeneratedMessage
  134. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  135. val xff: Option[String]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[Device]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped