final case class User(id: Option[String] = _root_.scala.None, buyeruid: Option[String] = _root_.scala.None, yob: Option[Int] = _root_.scala.None, gender: Option[String] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, consent: Option[String] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[UserExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[User] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- User
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new User(id: Option[String] = _root_.scala.None, buyeruid: Option[String] = _root_.scala.None, yob: Option[Int] = _root_.scala.None, gender: Option[String] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, consent: Option[String] = _root_.scala.None, geo: Option[Geo] = _root_.scala.None, ext: Option[UserExt] = _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 buyeruid: Option[String]
- def clearBuyeruid: User
- def clearConsent: User
- def clearExt: User
- def clearGender: User
- def clearGeo: User
- def clearId: User
- def clearKeywords: User
- def clearYob: User
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: User.type
- Definition Classes
- User → GeneratedMessage
- val consent: Option[String]
- def discardUnknownFields: User
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[UserExt]
- val gender: Option[String]
- val geo: Option[Geo]
- def getBuyeruid: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConsent: String
- def getExt: UserExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- User → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- User → GeneratedMessage
- def getGender: String
- def getGeo: Geo
- def getId: String
- def getKeywords: String
- def getYob: Int
- val id: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keywords: 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- User → 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
- User → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[User, User]) => Mutation[User]*): User
- Definition Classes
- Updatable
- 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 withBuyeruid(__v: String): User
- def withConsent(__v: String): User
- def withExt(__v: UserExt): User
- def withGender(__v: String): User
- def withGeo(__v: Geo): User
- def withId(__v: String): User
- def withKeywords(__v: String): User
- def withUnknownFields(__v: UnknownFieldSet): User
- def withYob(__v: Int): User
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- User → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val yob: Option[Int]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)