final case class DSPRequestExt(adt: Option[String] = _root_.scala.None, maxRound: Option[Int] = _root_.scala.None, bidRound: Option[Int] = _root_.scala.None, sellerFlrPolicy: Option[String] = _root_.scala.None, bidderFlrPolicy: Option[String] = _root_.scala.None, bidFloor: Option[Double] = _root_.scala.None, scaledBidFloor: Double = 0.0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DSPRequestExt] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DSPRequestExt
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DSPRequestExt(adt: Option[String] = _root_.scala.None, maxRound: Option[Int] = _root_.scala.None, bidRound: Option[Int] = _root_.scala.None, sellerFlrPolicy: Option[String] = _root_.scala.None, bidderFlrPolicy: Option[String] = _root_.scala.None, bidFloor: Option[Double] = _root_.scala.None, scaledBidFloor: Double = 0.0, 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
- val adt: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bidFloor: Option[Double]
- val bidRound: Option[Int]
- val bidderFlrPolicy: Option[String]
- def clearAdt: DSPRequestExt
- def clearBidFloor: DSPRequestExt
- def clearBidRound: DSPRequestExt
- def clearBidderFlrPolicy: DSPRequestExt
- def clearMaxRound: DSPRequestExt
- def clearSellerFlrPolicy: DSPRequestExt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DSPRequestExt.type
- Definition Classes
- DSPRequestExt → GeneratedMessage
- def discardUnknownFields: DSPRequestExt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getAdt: String
- def getBidFloor: Double
- def getBidRound: Int
- def getBidderFlrPolicy: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DSPRequestExt → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DSPRequestExt → GeneratedMessage
- def getMaxRound: Int
- def getSellerFlrPolicy: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxRound: Option[Int]
- 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 scaledBidFloor: Double
- val sellerFlrPolicy: Option[String]
- def serializedSize: Int
- Definition Classes
- DSPRequestExt → 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
- DSPRequestExt → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[DSPRequestExt, DSPRequestExt]) => Mutation[DSPRequestExt]*): DSPRequestExt
- 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 withAdt(__v: String): DSPRequestExt
- def withBidFloor(__v: Double): DSPRequestExt
- def withBidRound(__v: Int): DSPRequestExt
- def withBidderFlrPolicy(__v: String): DSPRequestExt
- def withMaxRound(__v: Int): DSPRequestExt
- def withScaledBidFloor(__v: Double): DSPRequestExt
- def withSellerFlrPolicy(__v: String): DSPRequestExt
- def withUnknownFields(__v: UnknownFieldSet): DSPRequestExt
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DSPRequestExt → 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)