com.explorestack.protobuf.adcom.Placement.DisplayPlacement
DisplayFormat
Companion object DisplayFormat
final case class DisplayFormat(w: Int = 0, h: Int = 0, wratio: Int = 0, hratio: Int = 0, expdir: Seq[ExpandableDirection] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[DisplayFormat] with Product with Serializable
This object represents an allowed set of parameters for a banner display ad and often appears as an array when multiple sizes are permitted.
- w
Absolute width of the creative in units specified by "DisplayPlacement.unit".
- h
Absolute height of the creative in units specified by "DisplayPlacement.unit".
- wratio
Relative width of the creative when expressing size as a ratio.
- hratio
Relative height of the creative when expressing size as a ratio.
- expdir
Directions in which the creative is permitted to expand.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- DisplayFormat
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DisplayFormat(w: Int = 0, h: Int = 0, wratio: Int = 0, hratio: Int = 0, expdir: Seq[ExpandableDirection] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- w
Absolute width of the creative in units specified by "DisplayPlacement.unit".
- h
Absolute height of the creative in units specified by "DisplayPlacement.unit".
- wratio
Relative width of the creative when expressing size as a ratio.
- hratio
Relative height of the creative when expressing size as a ratio.
- expdir
Directions in which the creative is permitted to expand.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
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
- def addAllExpdir(__vs: Iterable[ExpandableDirection]): DisplayFormat
- def addAllExtProto(__vs: Iterable[Any]): DisplayFormat
- def addExpdir(__vs: ExpandableDirection*): DisplayFormat
- def addExtProto(__vs: Any*): DisplayFormat
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearExpdir: DisplayFormat
- def clearExt: DisplayFormat
- def clearExtProto: DisplayFormat
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DisplayFormat.type
- Definition Classes
- DisplayFormat → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expdir: Seq[ExpandableDirection]
- val ext: Option[Struct]
- val extProto: Seq[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DisplayFormat → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DisplayFormat → GeneratedMessage
- val h: Int
- val hratio: Int
- 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
- DisplayFormat → 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
- DisplayFormat → GeneratedMessage
- def update(ms: (Lens[DisplayFormat, DisplayFormat]) => Mutation[DisplayFormat]*): DisplayFormat
- Definition Classes
- Updatable
- val w: Int
- 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 withExpdir(__v: Seq[ExpandableDirection]): DisplayFormat
- def withExt(__v: Struct): DisplayFormat
- def withExtProto(__v: Seq[Any]): DisplayFormat
- def withH(__v: Int): DisplayFormat
- def withHratio(__v: Int): DisplayFormat
- def withW(__v: Int): DisplayFormat
- def withWratio(__v: Int): DisplayFormat
- val wratio: Int
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DisplayFormat → 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)