final case class DeviceExt(access: Option[String] = _root_.scala.None, airplane: Option[Int] = _root_.scala.None, atts: Option[Int] = _root_.scala.None, batterylevel: Option[Double] = _root_.scala.None, batterysaver: Option[Int] = _root_.scala.None, charging: Option[Int] = _root_.scala.None, darkmode: Option[Int] = _root_.scala.None, devicename: Option[String] = _root_.scala.None, diskspace: Option[Int] = _root_.scala.None, dnd: Option[Int] = _root_.scala.None, headset: Option[Int] = _root_.scala.None, headsetname: Option[String] = _root_.scala.None, ifv: Option[String] = _root_.scala.None, inputlanguage: Seq[String] = _root_.scala.Seq.empty, jailbreak: Option[Int] = _root_.scala.None, lastbootup: Option[Double] = _root_.scala.None, ringmute: Option[Int] = _root_.scala.None, screenbright: Option[Double] = _root_.scala.None, totaldisk: Option[Int] = _root_.scala.None, totalmem: Option[Long] = _root_.scala.None, cpuname: Option[String] = _root_.scala.None, cpuvendor: Option[String] = _root_.scala.None, gpuname: Option[String] = _root_.scala.None, time: Option[Long] = _root_.scala.None, timezone: Option[String] = _root_.scala.None, freemem: Option[Long] = _root_.scala.None, volumelevel: Option[Float] = _root_.scala.None, gpuvendor: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DeviceExt] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[DeviceExt], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeviceExt
  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 DeviceExt(access: Option[String] = _root_.scala.None, airplane: Option[Int] = _root_.scala.None, atts: Option[Int] = _root_.scala.None, batterylevel: Option[Double] = _root_.scala.None, batterysaver: Option[Int] = _root_.scala.None, charging: Option[Int] = _root_.scala.None, darkmode: Option[Int] = _root_.scala.None, devicename: Option[String] = _root_.scala.None, diskspace: Option[Int] = _root_.scala.None, dnd: Option[Int] = _root_.scala.None, headset: Option[Int] = _root_.scala.None, headsetname: Option[String] = _root_.scala.None, ifv: Option[String] = _root_.scala.None, inputlanguage: Seq[String] = _root_.scala.Seq.empty, jailbreak: Option[Int] = _root_.scala.None, lastbootup: Option[Double] = _root_.scala.None, ringmute: Option[Int] = _root_.scala.None, screenbright: Option[Double] = _root_.scala.None, totaldisk: Option[Int] = _root_.scala.None, totalmem: Option[Long] = _root_.scala.None, cpuname: Option[String] = _root_.scala.None, cpuvendor: Option[String] = _root_.scala.None, gpuname: Option[String] = _root_.scala.None, time: Option[Long] = _root_.scala.None, timezone: Option[String] = _root_.scala.None, freemem: Option[Long] = _root_.scala.None, volumelevel: Option[Float] = _root_.scala.None, gpuvendor: Option[String] = _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. val access: Option[String]
  5. def addAllInputlanguage(__vs: Iterable[String]): DeviceExt
  6. def addInputlanguage(__vs: String*): DeviceExt
  7. val airplane: Option[Int]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val atts: Option[Int]
  10. val batterylevel: Option[Double]
  11. val batterysaver: Option[Int]
  12. val charging: Option[Int]
  13. def clearAccess: DeviceExt
  14. def clearAirplane: DeviceExt
  15. def clearAtts: DeviceExt
  16. def clearBatterylevel: DeviceExt
  17. def clearBatterysaver: DeviceExt
  18. def clearCharging: DeviceExt
  19. def clearCpuname: DeviceExt
  20. def clearCpuvendor: DeviceExt
  21. def clearDarkmode: DeviceExt
  22. def clearDevicename: DeviceExt
  23. def clearDiskspace: DeviceExt
  24. def clearDnd: DeviceExt
  25. def clearFreemem: DeviceExt
  26. def clearGpuname: DeviceExt
  27. def clearGpuvendor: DeviceExt
  28. def clearHeadset: DeviceExt
  29. def clearHeadsetname: DeviceExt
  30. def clearIfv: DeviceExt
  31. def clearInputlanguage: DeviceExt
  32. def clearJailbreak: DeviceExt
  33. def clearLastbootup: DeviceExt
  34. def clearRingmute: DeviceExt
  35. def clearScreenbright: DeviceExt
  36. def clearTime: DeviceExt
  37. def clearTimezone: DeviceExt
  38. def clearTotaldisk: DeviceExt
  39. def clearTotalmem: DeviceExt
  40. def clearVolumelevel: DeviceExt
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  42. def companion: DeviceExt.type
    Definition Classes
    DeviceExt → GeneratedMessage
  43. val cpuname: Option[String]
  44. val cpuvendor: Option[String]
  45. val darkmode: Option[Int]
  46. val devicename: Option[String]
  47. def discardUnknownFields: DeviceExt
  48. val diskspace: Option[Int]
  49. val dnd: Option[Int]
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. val freemem: Option[Long]
  52. def getAccess: String
  53. def getAirplane: Int
  54. def getAtts: Int
  55. def getBatterylevel: Double
  56. def getBatterysaver: Int
  57. def getCharging: Int
  58. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  59. def getCpuname: String
  60. def getCpuvendor: String
  61. def getDarkmode: Int
  62. def getDevicename: String
  63. def getDiskspace: Int
  64. def getDnd: Int
  65. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DeviceExt → GeneratedMessage
  66. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DeviceExt → GeneratedMessage
  67. def getFreemem: Long
  68. def getGpuname: String
  69. def getGpuvendor: String
  70. def getHeadset: Int
  71. def getHeadsetname: String
  72. def getIfv: String
  73. def getJailbreak: Int
  74. def getLastbootup: Double
  75. def getRingmute: Int
  76. def getScreenbright: Double
  77. def getTime: Long
  78. def getTimezone: String
  79. def getTotaldisk: Int
  80. def getTotalmem: Long
  81. def getVolumelevel: Float
  82. val gpuname: Option[String]
  83. val gpuvendor: Option[String]
  84. val headset: Option[Int]
  85. val headsetname: Option[String]
  86. val ifv: Option[String]
  87. val inputlanguage: Seq[String]
  88. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  89. val jailbreak: Option[Int]
  90. val lastbootup: Option[Double]
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  93. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  94. def productElementNames: Iterator[String]
    Definition Classes
    Product
  95. val ringmute: Option[Int]
  96. val screenbright: Option[Double]
  97. def serializedSize: Int
    Definition Classes
    DeviceExt → GeneratedMessage
  98. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  99. val time: Option[Long]
  100. val timezone: Option[String]
  101. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  102. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  103. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  104. def toProtoString: String
    Definition Classes
    DeviceExt → GeneratedMessage
  105. val totaldisk: Option[Int]
  106. val totalmem: Option[Long]
  107. val unknownFields: UnknownFieldSet
  108. def update(ms: (Lens[DeviceExt, DeviceExt]) => Mutation[DeviceExt]*): DeviceExt
    Definition Classes
    Updatable
  109. val volumelevel: Option[Float]
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  111. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  112. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  113. def withAccess(__v: String): DeviceExt
  114. def withAirplane(__v: Int): DeviceExt
  115. def withAtts(__v: Int): DeviceExt
  116. def withBatterylevel(__v: Double): DeviceExt
  117. def withBatterysaver(__v: Int): DeviceExt
  118. def withCharging(__v: Int): DeviceExt
  119. def withCpuname(__v: String): DeviceExt
  120. def withCpuvendor(__v: String): DeviceExt
  121. def withDarkmode(__v: Int): DeviceExt
  122. def withDevicename(__v: String): DeviceExt
  123. def withDiskspace(__v: Int): DeviceExt
  124. def withDnd(__v: Int): DeviceExt
  125. def withFreemem(__v: Long): DeviceExt
  126. def withGpuname(__v: String): DeviceExt
  127. def withGpuvendor(__v: String): DeviceExt
  128. def withHeadset(__v: Int): DeviceExt
  129. def withHeadsetname(__v: String): DeviceExt
  130. def withIfv(__v: String): DeviceExt
  131. def withInputlanguage(__v: Seq[String]): DeviceExt
  132. def withJailbreak(__v: Int): DeviceExt
  133. def withLastbootup(__v: Double): DeviceExt
  134. def withRingmute(__v: Int): DeviceExt
  135. def withScreenbright(__v: Double): DeviceExt
  136. def withTime(__v: Long): DeviceExt
  137. def withTimezone(__v: String): DeviceExt
  138. def withTotaldisk(__v: Int): DeviceExt
  139. def withTotalmem(__v: Long): DeviceExt
  140. def withUnknownFields(__v: UnknownFieldSet): DeviceExt
  141. def withVolumelevel(__v: Float): DeviceExt
  142. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  143. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DeviceExt → GeneratedMessage
  144. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

    (Since version 9)

Inherited from Updatable[DeviceExt]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped