final case class UserExt(sessionduration: Option[Long] = _root_.scala.None, agency: Option[String] = _root_.scala.None, bundle: Option[String] = _root_.scala.None, imagency: Option[String] = _root_.scala.None, imbundle: Option[String] = _root_.scala.None, imd: Option[Int] = _root_.scala.None, imimd: Option[Int] = _root_.scala.None, imwp: Option[Float] = _root_.scala.None, wp: Option[Float] = _root_.scala.None, sc: Option[Int] = _root_.scala.None, retention: Option[Int] = _root_.scala.None, segments: Seq[String] = _root_.scala.Seq.empty, segmentIds: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UserExt] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserExt
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UserExt(sessionduration: Option[Long] = _root_.scala.None, agency: Option[String] = _root_.scala.None, bundle: Option[String] = _root_.scala.None, imagency: Option[String] = _root_.scala.None, imbundle: Option[String] = _root_.scala.None, imd: Option[Int] = _root_.scala.None, imimd: Option[Int] = _root_.scala.None, imwp: Option[Float] = _root_.scala.None, wp: Option[Float] = _root_.scala.None, sc: Option[Int] = _root_.scala.None, retention: Option[Int] = _root_.scala.None, segments: Seq[String] = _root_.scala.Seq.empty, segmentIds: Seq[Int] = _root_.scala.Seq.empty, 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
- def addAllSegmentIds(__vs: Iterable[Int]): UserExt
- def addAllSegments(__vs: Iterable[String]): UserExt
- def addSegmentIds(__vs: Int*): UserExt
- def addSegments(__vs: String*): UserExt
- val agency: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: Option[String]
- def clearAgency: UserExt
- def clearBundle: UserExt
- def clearImagency: UserExt
- def clearImbundle: UserExt
- def clearImd: UserExt
- def clearImimd: UserExt
- def clearImwp: UserExt
- def clearRetention: UserExt
- def clearSc: UserExt
- def clearSegmentIds: UserExt
- def clearSegments: UserExt
- def clearSessionduration: UserExt
- def clearWp: UserExt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: UserExt.type
- Definition Classes
- UserExt → GeneratedMessage
- def discardUnknownFields: UserExt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAgency: String
- def getBundle: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- UserExt → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- UserExt → GeneratedMessage
- def getImagency: String
- def getImbundle: String
- def getImd: Int
- def getImimd: Int
- def getImwp: Float
- def getRetention: Int
- def getSc: Int
- def getSessionduration: Long
- def getWp: Float
- val imagency: Option[String]
- val imbundle: Option[String]
- val imd: Option[Int]
- val imimd: Option[Int]
- val imwp: Option[Float]
- 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 retention: Option[Int]
- val sc: Option[Int]
- val segmentIds: Seq[Int]
- val segments: Seq[String]
- def serializedSize: Int
- Definition Classes
- UserExt → GeneratedMessage
- val sessionduration: Option[Long]
- 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
- UserExt → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[UserExt, UserExt]) => Mutation[UserExt]*): UserExt
- 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 withAgency(__v: String): UserExt
- def withBundle(__v: String): UserExt
- def withImagency(__v: String): UserExt
- def withImbundle(__v: String): UserExt
- def withImd(__v: Int): UserExt
- def withImimd(__v: Int): UserExt
- def withImwp(__v: Float): UserExt
- def withRetention(__v: Int): UserExt
- def withSc(__v: Int): UserExt
- def withSegmentIds(__v: Seq[Int]): UserExt
- def withSegments(__v: Seq[String]): UserExt
- def withSessionduration(__v: Long): UserExt
- def withUnknownFields(__v: UnknownFieldSet): UserExt
- def withWp(__v: Float): UserExt
- val wp: Option[Float]
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- UserExt → 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)