final case class AdNetwork(name: String = "", className: String = "", customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, adUnits: Seq[AdUnit] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[AdNetwork] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[AdNetwork], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdNetwork
  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 AdNetwork(name: String = "", className: String = "", customParams: Map[String, String] = _root_.scala.collection.immutable.Map.empty, adUnits: Seq[AdUnit] = _root_.scala.Seq.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 adUnits: Seq[AdUnit]
  5. def addAdUnits(__vs: AdUnit*): AdNetwork
  6. def addAllAdUnits(__vs: Iterable[AdUnit]): AdNetwork
  7. def addAllCustomParams(__vs: Iterable[(String, String)]): AdNetwork
  8. def addCustomParams(__vs: (String, String)*): AdNetwork
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val className: String
  11. def clearAdUnits: AdNetwork
  12. def clearCustomParams: AdNetwork
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def companion: AdNetwork.type
    Definition Classes
    AdNetwork → GeneratedMessage
  15. val customParams: Map[String, String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AdNetwork → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AdNetwork → GeneratedMessage
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def serializedSize: Int
    Definition Classes
    AdNetwork → GeneratedMessage
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    AdNetwork → GeneratedMessage
  32. def update(ms: (Lens[AdNetwork, AdNetwork]) => Mutation[AdNetwork]*): AdNetwork
    Definition Classes
    Updatable
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withAdUnits(__v: Seq[AdUnit]): AdNetwork
  37. def withClassName(__v: String): AdNetwork
  38. def withCustomParams(__v: Map[String, String]): AdNetwork
  39. def withName(__v: String): AdNetwork
  40. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    AdNetwork → GeneratedMessage
  42. 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[AdNetwork]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped