final case class Context(app: Option[App] = _root_.scala.None, device: Option[Device] = _root_.scala.None, regs: Option[Regs] = _root_.scala.None, restrictions: Option[Restrictions] = _root_.scala.None, user: Option[User] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Context] with Product with Serializable
- app
App container
- device
Device container.
- regs
Regs container.
- restrictions
Restrinctions container
- user
User container.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Context
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Context(app: Option[App] = _root_.scala.None, device: Option[Device] = _root_.scala.None, regs: Option[Regs] = _root_.scala.None, restrictions: Option[Restrictions] = _root_.scala.None, user: Option[User] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- app
App container
- device
Device container.
- regs
Regs container.
- restrictions
Restrinctions container
- user
User container.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
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
- def addAllExtProto(__vs: Iterable[Any]): Context
- def addExtProto(__vs: Any*): Context
- val app: Option[App]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearApp: Context
- def clearDevice: Context
- def clearExt: Context
- def clearExtProto: Context
- def clearRegs: Context
- def clearRestrictions: Context
- def clearUser: Context
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Context.type
- Definition Classes
- Context → GeneratedMessage
- val device: Option[Device]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- def getApp: App
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDevice: Device
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Context → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Context → GeneratedMessage
- def getRegs: Regs
- def getRestrictions: Restrictions
- def getUser: User
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val regs: Option[Regs]
- val restrictions: Option[Restrictions]
- def serializedSize: Int
- Definition Classes
- Context → 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
- Context → GeneratedMessage
- def update(ms: (Lens[Context, Context]) => Mutation[Context]*): Context
- Definition Classes
- Updatable
- val user: Option[User]
- 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 withApp(__v: App): Context
- def withDevice(__v: Device): Context
- def withExt(__v: Struct): Context
- def withExtProto(__v: Seq[Any]): Context
- def withRegs(__v: Regs): Context
- def withRestrictions(__v: Restrictions): Context
- def withUser(__v: User): Context
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Context → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)