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
Updatable[UserExt], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserExt
  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 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

  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. def addAllSegmentIds(__vs: Iterable[Int]): UserExt
  5. def addAllSegments(__vs: Iterable[String]): UserExt
  6. def addSegmentIds(__vs: Int*): UserExt
  7. def addSegments(__vs: String*): UserExt
  8. val agency: Option[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val bundle: Option[String]
  11. def clearAgency: UserExt
  12. def clearBundle: UserExt
  13. def clearImagency: UserExt
  14. def clearImbundle: UserExt
  15. def clearImd: UserExt
  16. def clearImimd: UserExt
  17. def clearImwp: UserExt
  18. def clearRetention: UserExt
  19. def clearSc: UserExt
  20. def clearSegmentIds: UserExt
  21. def clearSegments: UserExt
  22. def clearSessionduration: UserExt
  23. def clearWp: UserExt
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. def companion: UserExt.type
    Definition Classes
    UserExt → GeneratedMessage
  26. def discardUnknownFields: UserExt
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def getAgency: String
  29. def getBundle: String
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    UserExt → GeneratedMessage
  32. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    UserExt → GeneratedMessage
  33. def getImagency: String
  34. def getImbundle: String
  35. def getImd: Int
  36. def getImimd: Int
  37. def getImwp: Float
  38. def getRetention: Int
  39. def getSc: Int
  40. def getSessionduration: Long
  41. def getWp: Float
  42. val imagency: Option[String]
  43. val imbundle: Option[String]
  44. val imd: Option[Int]
  45. val imimd: Option[Int]
  46. val imwp: Option[Float]
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. val retention: Option[Int]
  53. val sc: Option[Int]
  54. val segmentIds: Seq[Int]
  55. val segments: Seq[String]
  56. def serializedSize: Int
    Definition Classes
    UserExt → GeneratedMessage
  57. val sessionduration: Option[Long]
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  60. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  61. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  62. def toProtoString: String
    Definition Classes
    UserExt → GeneratedMessage
  63. val unknownFields: UnknownFieldSet
  64. def update(ms: (Lens[UserExt, UserExt]) => Mutation[UserExt]*): UserExt
    Definition Classes
    Updatable
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. def withAgency(__v: String): UserExt
  69. def withBundle(__v: String): UserExt
  70. def withImagency(__v: String): UserExt
  71. def withImbundle(__v: String): UserExt
  72. def withImd(__v: Int): UserExt
  73. def withImimd(__v: Int): UserExt
  74. def withImwp(__v: Float): UserExt
  75. def withRetention(__v: Int): UserExt
  76. def withSc(__v: Int): UserExt
  77. def withSegmentIds(__v: Seq[Int]): UserExt
  78. def withSegments(__v: Seq[String]): UserExt
  79. def withSessionduration(__v: Long): UserExt
  80. def withUnknownFields(__v: UnknownFieldSet): UserExt
  81. def withWp(__v: Float): UserExt
  82. val wp: Option[Float]
  83. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  84. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    UserExt → GeneratedMessage
  85. 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[UserExt]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped