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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Device
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val carrier: Option[String]
- def clearCarrier: Device
- def clearContype: Device
- def clearExt: Device
- def clearGeo: Device
- def clearGeofetch: Device
- def clearH: Device
- def clearHwv: Device
- def clearIfa: Device
- def clearIp: Device
- def clearIptr: Device
- def clearIpv6: Device
- def clearJs: Device
- def clearLang: Device
- def clearLmt: Device
- def clearMake: Device
- def clearMccmnc: Device
- def clearMccmncsim: Device
- def clearModel: Device
- def clearOs: Device
- def clearOsv: Device
- def clearPpi: Device
- def clearPxratio: Device
- def clearType: Device
- def clearUa: Device
- def clearW: Device
- def clearXff: Device
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Device.type
- Definition Classes
- Device → GeneratedMessage
- val contype: Option[ConnectionType]
- def discardUnknownFields: Device
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[DeviceExt]
- val geo: Option[Geo]
- val geofetch: Option[Boolean]
- def getCarrier: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContype: ConnectionType
- def getExt: DeviceExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Device → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Device → GeneratedMessage
- def getGeo: Geo
- def getGeofetch: Boolean
- def getH: Int
- def getHwv: String
- def getIfa: String
- def getIp: String
- def getIptr: Boolean
- def getIpv6: String
- def getJs: Boolean
- def getLang: String
- def getLmt: Boolean
- def getMake: String
- def getMccmnc: String
- def getMccmncsim: String
- def getModel: String
- def getOs: String
- def getOsv: String
- def getPpi: Int
- def getPxratio: Int
- def getType: DeviceType
- def getUa: String
- def getW: Int
- def getXff: String
- val h: Option[Int]
- val hwv: Option[String]
- val ifa: Option[String]
- val ip: Option[String]
- val iptr: Option[Boolean]
- val ipv6: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val js: Option[Boolean]
- val lang: Option[String]
- val lmt: Option[Boolean]
- val make: Option[String]
- val mccmnc: Option[String]
- val mccmncsim: Option[String]
- val model: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val os: Option[String]
- val osv: Option[String]
- val ppi: Option[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pxratio: Option[Int]
- def serializedSize: Int
- Definition Classes
- Device → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Device → GeneratedMessage
- val type: Option[DeviceType]
- val ua: Option[String]
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Device
- Definition Classes
- Updatable
- val w: Option[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCarrier(__v: String): Device
- def withContype(__v: ConnectionType): Device
- def withExt(__v: DeviceExt): Device
- def withGeo(__v: Geo): Device
- def withGeofetch(__v: Boolean): Device
- def withH(__v: Int): Device
- def withHwv(__v: String): Device
- def withIfa(__v: String): Device
- def withIp(__v: String): Device
- def withIptr(__v: Boolean): Device
- def withIpv6(__v: String): Device
- def withJs(__v: Boolean): Device
- def withLang(__v: String): Device
- def withLmt(__v: Boolean): Device
- def withMake(__v: String): Device
- def withMccmnc(__v: String): Device
- def withMccmncsim(__v: String): Device
- def withModel(__v: String): Device
- def withOs(__v: String): Device
- def withOsv(__v: String): Device
- def withPpi(__v: Int): Device
- def withPxratio(__v: Int): Device
- def withType(__v: DeviceType): Device
- def withUa(__v: String): Device
- def withUnknownFields(__v: UnknownFieldSet): Device
- def withW(__v: Int): Device
- def withXff(__v: String): Device
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Device → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val xff: Option[String]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)