implicit class RequestExtLens[UpperPB] extends ObjectLens[UpperPB, RequestExt]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestExtLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RequestExtLens(_l: Lens[UpperPB, RequestExt])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: RequestExt): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adRequestId: Lens[UpperPB, String]
- def adRequestSchainLength: Lens[UpperPB, Double]
- def adSpace: Lens[UpperPB, String]
- def adUnit: Lens[UpperPB, String]
- def adt: Lens[UpperPB, String]
- def appHva: Lens[UpperPB, Boolean]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bidPrediction: Lens[UpperPB, Int]
- def bidderFlrPolicy: Lens[UpperPB, String]
- def bmIfv: Lens[UpperPB, String]
- def calloutBidRound: Lens[UpperPB, Int]
- def calloutMaxRound: Lens[UpperPB, Int]
- def calloutPolicy: Lens[UpperPB, String]
- def calloutRound: Lens[UpperPB, Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[RequestExt, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def consentStringVersion: Lens[UpperPB, ConsentStringVersion]
- def dc: Lens[UpperPB, String]
- def dm: Lens[UpperPB, String]
- def dmVer: Lens[UpperPB, String]
- def duration: Lens[UpperPB, Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](getter: (RequestExt) => A)(setter: (RequestExt, A) => RequestExt): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[RequestExt, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def flr: Lens[UpperPB, Double]
- def flrInitial: Lens[UpperPB, String]
- def flrInitialV2: Lens[UpperPB, Double]
- def flrScaled: Lens[UpperPB, String]
- def flrScaledV2: Lens[UpperPB, Double]
- def get(u: UpperPB): RequestExt
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hva: Lens[UpperPB, Boolean]
- def impressionNumber: Lens[UpperPB, Long]
- def initialPlacements: Lens[UpperPB, Seq[String]]
- def int: Lens[UpperPB, String]
- def intentiqAbTestUuidIsDefined: Lens[UpperPB, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPurchaser: Lens[UpperPB, Boolean]
- def mediationBidRequestId: Lens[UpperPB, String]
- def mediationStackId: Lens[UpperPB, String]
- def metrics: Lens[UpperPB, Metrics]
- def modify(f: (RequestExt) => RequestExt): Mutation[UpperPB]
- Definition Classes
- Lens
- def multiFlr: Lens[UpperPB, Boolean]
- def nbr: Lens[UpperPB, String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def network: Lens[UpperPB, Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalAdRequestSchainLength: Lens[UpperPB, Option[Double]]
- def optionalAdSpace: Lens[UpperPB, Option[String]]
- def optionalAdUnit: Lens[UpperPB, Option[String]]
- def optionalAdt: Lens[UpperPB, Option[String]]
- def optionalAppHva: Lens[UpperPB, Option[Boolean]]
- def optionalBidPrediction: Lens[UpperPB, Option[Int]]
- def optionalBidderFlrPolicy: Lens[UpperPB, Option[String]]
- def optionalBmIfv: Lens[UpperPB, Option[String]]
- def optionalCalloutBidRound: Lens[UpperPB, Option[Int]]
- def optionalCalloutMaxRound: Lens[UpperPB, Option[Int]]
- def optionalCalloutPolicy: Lens[UpperPB, Option[String]]
- def optionalCalloutRound: Lens[UpperPB, Option[Int]]
- def optionalConsentStringVersion: Lens[UpperPB, Option[ConsentStringVersion]]
- def optionalDc: Lens[UpperPB, Option[String]]
- def optionalDm: Lens[UpperPB, Option[String]]
- def optionalDmVer: Lens[UpperPB, Option[String]]
- def optionalDuration: Lens[UpperPB, Option[Long]]
- def optionalFlrInitial: Lens[UpperPB, Option[String]]
- def optionalFlrInitialV2: Lens[UpperPB, Option[Double]]
- def optionalFlrScaled: Lens[UpperPB, Option[String]]
- def optionalFlrScaledV2: Lens[UpperPB, Option[Double]]
- def optionalHva: Lens[UpperPB, Option[Boolean]]
- def optionalImpressionNumber: Lens[UpperPB, Option[Long]]
- def optionalInt: Lens[UpperPB, Option[String]]
- def optionalIntentiqAbTestUuidIsDefined: Lens[UpperPB, Option[Boolean]]
- def optionalIsPurchaser: Lens[UpperPB, Option[Boolean]]
- def optionalMediationBidRequestId: Lens[UpperPB, Option[String]]
- def optionalMediationStackId: Lens[UpperPB, Option[String]]
- def optionalMetrics: Lens[UpperPB, Option[Metrics]]
- def optionalMultiFlr: Lens[UpperPB, Option[Boolean]]
- def optionalNbr: Lens[UpperPB, Option[String]]
- def optionalNetwork: Lens[UpperPB, Option[Boolean]]
- def optionalOriginalFloor: Lens[UpperPB, Option[Double]]
- def optionalPostbid: Lens[UpperPB, Option[Boolean]]
- def optionalPredictedBidFloor: Lens[UpperPB, Option[Double]]
- def optionalPredictionInfo: Lens[UpperPB, Option[String]]
- def optionalSdkless: Lens[UpperPB, Option[Boolean]]
- def optionalSellerFlrPolicy: Lens[UpperPB, Option[String]]
- def optionalSessionId: Lens[UpperPB, Option[String]]
- def optionalSessionNumber: Lens[UpperPB, Option[Long]]
- def optionalSkadn: Lens[UpperPB, Option[SkAdnRequest]]
- def optionalSourceRequestId: Lens[UpperPB, Option[String]]
- def optionalSupplyParameters: Lens[UpperPB, Option[SupplyParameters]]
- def optionalVectorId: Lens[UpperPB, Option[String]]
- def optionalVpt: Lens[UpperPB, Option[Int]]
- def originalFloor: Lens[UpperPB, Double]
- def postbid: Lens[UpperPB, Boolean]
- def predictedBidFloor: Lens[UpperPB, Double]
- def predictionInfo: Lens[UpperPB, String]
- def pt: Lens[UpperPB, PlacementType]
- def sdkless: Lens[UpperPB, Boolean]
- def sellerFlrPolicy: Lens[UpperPB, String]
- def sessionId: Lens[UpperPB, String]
- def sessionNumber: Lens[UpperPB, Long]
- def set(c: RequestExt): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[RequestExt]): Mutation[UpperPB]
- Definition Classes
- Lens
- def skadn: Lens[UpperPB, SkAdnRequest]
- def sourceRequestId: Lens[UpperPB, String]
- def supplyParameters: Lens[UpperPB, SupplyParameters]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timestamp: Lens[UpperPB, Long]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[RequestExt, RequestExt]) => Mutation[RequestExt]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def vectorId: Lens[UpperPB, String]
- def vpt: Lens[UpperPB, Int]
- 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 zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (RequestExt, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)