implicit class GetBidMachineWinRateRequestLens[UpperPB] extends ObjectLens[UpperPB, GetBidMachineWinRateRequest]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetBidMachineWinRateRequestLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetBidMachineWinRateRequestLens(_l: Lens[UpperPB, GetBidMachineWinRateRequest])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: GetBidMachineWinRateRequest): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adRequestTimestamp: Lens[UpperPB, Timestamp]
- def adType: Lens[UpperPB, AdType]
- def agencyId: Lens[UpperPB, String]
- def app: Lens[UpperPB, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bidFloor: Lens[UpperPB, Double]
- def bidPrice: Lens[UpperPB, Float]
- def bidShadingSettings: Lens[UpperPB, BidShadingSettings]
- def bmCachedLurlPrice: Lens[UpperPB, Double]
- def cachedLurlMillisPassed: Lens[UpperPB, Long]
- def city: Lens[UpperPB, String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[GetBidMachineWinRateRequest, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def connectionType: Lens[UpperPB, ConnectionType]
- def country: Lens[UpperPB, String]
- def deviceHeight: Lens[UpperPB, Int]
- def deviceType: Lens[UpperPB, DeviceType]
- def deviceWidth: Lens[UpperPB, Int]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](getter: (GetBidMachineWinRateRequest) => A)(setter: (GetBidMachineWinRateRequest, A) => GetBidMachineWinRateRequest): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[GetBidMachineWinRateRequest, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): GetBidMachineWinRateRequest
- 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 ifa: Lens[UpperPB, String]
- def isCoppa: Lens[UpperPB, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRewardedRequest: Lens[UpperPB, Boolean]
- def language: Lens[UpperPB, String]
- def lurlStats: Lens[UpperPB, LurlMetricsForAdType]
- def mediationMode: Lens[UpperPB, String]
- def mediationStackId: Lens[UpperPB, String]
- def modify(f: (GetBidMachineWinRateRequest) => GetBidMachineWinRateRequest): Mutation[UpperPB]
- Definition Classes
- Lens
- 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 optionalAdRequestTimestamp: Lens[UpperPB, Option[Timestamp]]
- def optionalApp: Lens[UpperPB, Option[String]]
- def optionalBidShadingSettings: Lens[UpperPB, Option[BidShadingSettings]]
- def optionalBmCachedLurlPrice: Lens[UpperPB, Option[Double]]
- def optionalCachedLurlMillisPassed: Lens[UpperPB, Option[Long]]
- def optionalCity: Lens[UpperPB, Option[String]]
- def optionalConnectionType: Lens[UpperPB, Option[ConnectionType]]
- def optionalCountry: Lens[UpperPB, Option[String]]
- def optionalDeviceHeight: Lens[UpperPB, Option[Int]]
- def optionalDeviceType: Lens[UpperPB, Option[DeviceType]]
- def optionalDeviceWidth: Lens[UpperPB, Option[Int]]
- def optionalIfa: Lens[UpperPB, Option[String]]
- def optionalIsCoppa: Lens[UpperPB, Option[Boolean]]
- def optionalLanguage: Lens[UpperPB, Option[String]]
- def optionalLurlStats: Lens[UpperPB, Option[LurlMetricsForAdType]]
- def optionalMediationMode: Lens[UpperPB, Option[String]]
- def optionalMediationStackId: Lens[UpperPB, Option[String]]
- def optionalOriginalFloor: Lens[UpperPB, Option[Double]]
- def optionalOs: Lens[UpperPB, Option[OperatingSystem]]
- def optionalOsVersion: Lens[UpperPB, Option[String]]
- def optionalPlacementHeight: Lens[UpperPB, Option[Int]]
- def optionalPlacementWidth: Lens[UpperPB, Option[Int]]
- def optionalRegion: Lens[UpperPB, Option[String]]
- def optionalSdk: Lens[UpperPB, Option[String]]
- def optionalSessionMetrics: Lens[UpperPB, Option[SessionMetrics]]
- def optionalTopframe: Lens[UpperPB, Option[Boolean]]
- def optionalZip: Lens[UpperPB, Option[String]]
- def originalFloor: Lens[UpperPB, Double]
- def os: Lens[UpperPB, OperatingSystem]
- def osVersion: Lens[UpperPB, String]
- def placementHeight: Lens[UpperPB, Int]
- def placementWidth: Lens[UpperPB, Int]
- def region: Lens[UpperPB, String]
- def requestId: Lens[UpperPB, String]
- def sdk: Lens[UpperPB, String]
- def sellerId: Lens[UpperPB, String]
- def sessionMetrics: Lens[UpperPB, SessionMetrics]
- def set(c: GetBidMachineWinRateRequest): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[GetBidMachineWinRateRequest]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topframe: Lens[UpperPB, Boolean]
- def update(ms: (Lens[GetBidMachineWinRateRequest, GetBidMachineWinRateRequest]) => Mutation[GetBidMachineWinRateRequest]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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 winrateModelName: Lens[UpperPB, String]
- def zip: Lens[UpperPB, String]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (GetBidMachineWinRateRequest, 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)