final case class Placement(tagid: Option[String] = _root_.scala.None, ssai: Option[Int] = _root_.scala.None, sdk: Option[String] = _root_.scala.None, sdkver: Option[String] = _root_.scala.None, reward: Option[Boolean] = _root_.scala.None, secure: Option[Boolean] = _root_.scala.None, display: Option[DisplayPlacement] = _root_.scala.None, video: Option[VideoPlacement] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Placement] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Placement], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Placement
  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 Placement(tagid: Option[String] = _root_.scala.None, ssai: Option[Int] = _root_.scala.None, sdk: Option[String] = _root_.scala.None, sdkver: Option[String] = _root_.scala.None, reward: Option[Boolean] = _root_.scala.None, secure: Option[Boolean] = _root_.scala.None, display: Option[DisplayPlacement] = _root_.scala.None, video: Option[VideoPlacement] = _root_.scala.None, 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearDisplay: Placement
  6. def clearReward: Placement
  7. def clearSdk: Placement
  8. def clearSdkver: Placement
  9. def clearSecure: Placement
  10. def clearSsai: Placement
  11. def clearTagid: Placement
  12. def clearVideo: Placement
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def companion: Placement.type
    Definition Classes
    Placement → GeneratedMessage
  15. def discardUnknownFields: Placement
  16. val display: Option[DisplayPlacement]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getDisplay: DisplayPlacement
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Placement → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Placement → GeneratedMessage
  22. def getReward: Boolean
  23. def getSdk: String
  24. def getSdkver: String
  25. def getSecure: Boolean
  26. def getSsai: Int
  27. def getTagid: String
  28. def getVideo: VideoPlacement
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 reward: Option[Boolean]
  35. val sdk: Option[String]
  36. val sdkver: Option[String]
  37. val secure: Option[Boolean]
  38. def serializedSize: Int
    Definition Classes
    Placement → GeneratedMessage
  39. val ssai: Option[Int]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val tagid: Option[String]
  42. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  43. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  44. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  45. def toProtoString: String
    Definition Classes
    Placement → GeneratedMessage
  46. val unknownFields: UnknownFieldSet
  47. def update(ms: (Lens[Placement, Placement]) => Mutation[Placement]*): Placement
    Definition Classes
    Updatable
  48. val video: Option[VideoPlacement]
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. def withDisplay(__v: DisplayPlacement): Placement
  53. def withReward(__v: Boolean): Placement
  54. def withSdk(__v: String): Placement
  55. def withSdkver(__v: String): Placement
  56. def withSecure(__v: Boolean): Placement
  57. def withSsai(__v: Int): Placement
  58. def withTagid(__v: String): Placement
  59. def withUnknownFields(__v: UnknownFieldSet): Placement
  60. def withVideo(__v: VideoPlacement): Placement
  61. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  62. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Placement → GeneratedMessage
  63. 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[Placement]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped