final case class DataAsset(value: String = "", len: Int = 0, type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[DataAsset] with Product with Serializable
- value
A formatted string of data to be displayed (e.g., "5 stars", "3.4 stars out of 5", etc.).
- len
The length of the "value" contents.
- type
The type of data represented by this asset.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataAsset
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DataAsset(value: String = "", len: Int = 0, type: NativeDataAssetType = com.explorestack.protobuf.adcom.NativeDataAssetType.NATIVE_DATA_ASSET_TYPE_INVALID, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- value
A formatted string of data to be displayed (e.g., "5 stars", "3.4 stars out of 5", etc.).
- len
The length of the "value" contents.
- type
The type of data represented by this asset.
- 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 addAllExtProto(__vs: Iterable[Any]): DataAsset
- def addExtProto(__vs: Any*): DataAsset
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearExt: DataAsset
- def clearExtProto: DataAsset
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: DataAsset.type
- Definition Classes
- DataAsset → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- DataAsset → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DataAsset → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val len: Int
- 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
- DataAsset → 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
- DataAsset → GeneratedMessage
- val type: NativeDataAssetType
- def update(ms: (Lens[DataAsset, DataAsset]) => Mutation[DataAsset]*): DataAsset
- Definition Classes
- Updatable
- val value: String
- 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 withExt(__v: Struct): DataAsset
- def withExtProto(__v: Seq[Any]): DataAsset
- def withLen(__v: Int): DataAsset
- def withType(__v: NativeDataAssetType): DataAsset
- def withValue(__v: String): DataAsset
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DataAsset → 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)