final case class DisplayPlacement(instl: Boolean = false, topframe: Boolean = false, clktype: Option[ClickType] = _root_.scala.None, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, unit: Option[SizeUnit] = _root_.scala.None, ext: Option[DisplayPlacementExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DisplayPlacement] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DisplayPlacement
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DisplayPlacement(instl: Boolean = false, topframe: Boolean = false, clktype: Option[ClickType] = _root_.scala.None, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, unit: Option[SizeUnit] = _root_.scala.None, ext: Option[DisplayPlacementExt] = _root_.scala.None, 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
- def addAllApi(__vs: Iterable[ApiFramework]): DisplayPlacement
- def addAllMime(__vs: Iterable[String]): DisplayPlacement
- def addApi(__vs: ApiFramework*): DisplayPlacement
- def addMime(__vs: String*): DisplayPlacement
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearApi: DisplayPlacement
- def clearClktype: DisplayPlacement
- def clearExt: DisplayPlacement
- def clearH: DisplayPlacement
- def clearMime: DisplayPlacement
- def clearUnit: DisplayPlacement
- def clearW: DisplayPlacement
- val clktype: Option[ClickType]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DisplayPlacement.type
- Definition Classes
- DisplayPlacement → GeneratedMessage
- def discardUnknownFields: DisplayPlacement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[DisplayPlacementExt]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getClktype: ClickType
- def getExt: DisplayPlacementExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DisplayPlacement → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DisplayPlacement → GeneratedMessage
- def getH: Int
- def getUnit: SizeUnit
- def getW: Int
- val h: Option[Int]
- val instl: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mime: Seq[String]
- 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
- DisplayPlacement → 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
- DisplayPlacement → GeneratedMessage
- val topframe: Boolean
- val unit: Option[SizeUnit]
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[DisplayPlacement, DisplayPlacement]) => Mutation[DisplayPlacement]*): DisplayPlacement
- Definition Classes
- Updatable
- val w: Option[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 withApi(__v: Seq[ApiFramework]): DisplayPlacement
- def withClktype(__v: ClickType): DisplayPlacement
- def withExt(__v: DisplayPlacementExt): DisplayPlacement
- def withH(__v: Int): DisplayPlacement
- def withInstl(__v: Boolean): DisplayPlacement
- def withMime(__v: Seq[String]): DisplayPlacement
- def withTopframe(__v: Boolean): DisplayPlacement
- def withUnit(__v: SizeUnit): DisplayPlacement
- def withUnknownFields(__v: UnknownFieldSet): DisplayPlacement
- def withW(__v: Int): DisplayPlacement
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DisplayPlacement → 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)