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

  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. val adt: Option[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bidFloor: Option[Double]
  7. val bidRound: Option[Int]
  8. val bidderFlrPolicy: Option[String]
  9. def clearAdt: DSPRequestExt
  10. def clearBidFloor: DSPRequestExt
  11. def clearBidRound: DSPRequestExt
  12. def clearBidderFlrPolicy: DSPRequestExt
  13. def clearMaxRound: DSPRequestExt
  14. def clearSellerFlrPolicy: DSPRequestExt
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def companion: DSPRequestExt.type
    Definition Classes
    DSPRequestExt → GeneratedMessage
  17. def discardUnknownFields: DSPRequestExt
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def getAdt: String
  20. def getBidFloor: Double
  21. def getBidRound: Int
  22. def getBidderFlrPolicy: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DSPRequestExt → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DSPRequestExt → GeneratedMessage
  26. def getMaxRound: Int
  27. def getSellerFlrPolicy: String
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val maxRound: Option[Int]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val scaledBidFloor: Double
  35. val sellerFlrPolicy: Option[String]
  36. def serializedSize: Int
    Definition Classes
    DSPRequestExt → GeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    DSPRequestExt → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[DSPRequestExt, DSPRequestExt]) => Mutation[DSPRequestExt]*): DSPRequestExt
    Definition Classes
    Updatable
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withAdt(__v: String): DSPRequestExt
  48. def withBidFloor(__v: Double): DSPRequestExt
  49. def withBidRound(__v: Int): DSPRequestExt
  50. def withBidderFlrPolicy(__v: String): DSPRequestExt
  51. def withMaxRound(__v: Int): DSPRequestExt
  52. def withScaledBidFloor(__v: Double): DSPRequestExt
  53. def withSellerFlrPolicy(__v: String): DSPRequestExt
  54. def withUnknownFields(__v: UnknownFieldSet): DSPRequestExt
  55. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  56. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DSPRequestExt → GeneratedMessage
  57. 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[DSPRequestExt]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped