final case class UserState(lastProcessedTimestamp: Long = 0L, impressions: Map[Int, AdDomainTimestamps] = _root_.scala.collection.immutable.Map.empty, adRequests: Map[Int, Timestamps] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UserState] with Product with Serializable
- lastProcessedTimestamp
Last processed timestamp timestamp is in milliseconds
- impressions
Timestamps of impressions for the user. AdType (as int32) -> AdDomainTimestamps
- adRequests
Timestamps of ad requests for the user. AdType (as int32) -> Timestamps
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserState
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UserState(lastProcessedTimestamp: Long = 0L, impressions: Map[Int, AdDomainTimestamps] = _root_.scala.collection.immutable.Map.empty, adRequests: Map[Int, Timestamps] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- lastProcessedTimestamp
Last processed timestamp timestamp is in milliseconds
- impressions
Timestamps of impressions for the user. AdType (as int32) -> AdDomainTimestamps
- adRequests
Timestamps of ad requests for the user. AdType (as int32) -> Timestamps
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
- val adRequests: Map[Int, Timestamps]
- def addAdRequests(__vs: (Int, Timestamps)*): UserState
- def addAllAdRequests(__vs: Iterable[(Int, Timestamps)]): UserState
- def addAllImpressions(__vs: Iterable[(Int, AdDomainTimestamps)]): UserState
- def addImpressions(__vs: (Int, AdDomainTimestamps)*): UserState
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAdRequests: UserState
- def clearImpressions: UserState
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: UserState.type
- Definition Classes
- UserState → GeneratedMessage
- def discardUnknownFields: UserState
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- UserState → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- UserState → GeneratedMessage
- val impressions: Map[Int, AdDomainTimestamps]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastProcessedTimestamp: Long
- 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
- UserState → 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
- UserState → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[UserState, UserState]) => Mutation[UserState]*): UserState
- 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 withAdRequests(__v: Map[Int, Timestamps]): UserState
- def withImpressions(__v: Map[Int, AdDomainTimestamps]): UserState
- def withLastProcessedTimestamp(__v: Long): UserState
- def withUnknownFields(__v: UnknownFieldSet): UserState
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- UserState → 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)