final case class AdExt(cid: Option[String] = _root_.scala.None, deepLink: DeepLink = io.bidmachine.protobuf.ml.v1.DeepLink.DEEP_LINK_NONE_UNSPECIFIED, vastAdType: VastAdType = io.bidmachine.protobuf.ml.v1.VastAdType.VAST_AD_TYPE_UNDEFINED_UNSPECIFIED, vastCompanionType: VastCompanionType = io.bidmachine.protobuf.ml.v1.VastCompanionType.VAST_COMPANION_TYPE_UNDEFINED_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AdExt] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdExt
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AdExt(cid: Option[String] = _root_.scala.None, deepLink: DeepLink = io.bidmachine.protobuf.ml.v1.DeepLink.DEEP_LINK_NONE_UNSPECIFIED, vastAdType: VastAdType = io.bidmachine.protobuf.ml.v1.VastAdType.VAST_AD_TYPE_UNDEFINED_UNSPECIFIED, vastCompanionType: VastCompanionType = io.bidmachine.protobuf.ml.v1.VastCompanionType.VAST_COMPANION_TYPE_UNDEFINED_UNSPECIFIED, 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cid: Option[String]
- def clearCid: AdExt
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: AdExt.type
- Definition Classes
- AdExt → GeneratedMessage
- val deepLink: DeepLink
- def discardUnknownFields: AdExt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getCid: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- AdExt → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AdExt → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- def serializedSize: Int
- Definition Classes
- AdExt → 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
- AdExt → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AdExt, AdExt]) => Mutation[AdExt]*): AdExt
- Definition Classes
- Updatable
- val vastAdType: VastAdType
- val vastCompanionType: VastCompanionType
- 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 withCid(__v: String): AdExt
- def withDeepLink(__v: DeepLink): AdExt
- def withUnknownFields(__v: UnknownFieldSet): AdExt
- def withVastAdType(__v: VastAdType): AdExt
- def withVastCompanionType(__v: VastCompanionType): AdExt
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AdExt → 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)