final case class App(id: String = "", name: String = "", pub: Option[Publisher] = _root_.scala.None, content: Option[Content] = _root_.scala.None, domain: String = "", cat: Seq[String] = _root_.scala.Seq.empty, sectcat: Seq[String] = _root_.scala.Seq.empty, pagecat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, privpolicy: Boolean = false, keywords: String = "", bundle: String = "", storeid: String = "", storeurl: String = "", ver: String = "", paid: Boolean = false, release: Option[Release] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[App] with Product with Serializable
- id
Vendor-specific unique identifier of the distribution channel.
- name
Displayable name of the distribution channel.
- pub
Details about the publisher of the distribution channel.
- content
Details about the content within the distribution channel.
- domain
Domain of the app
- cat
Array of content categories describing the app.
- sectcat
Array of content categories describing the current section of the app.
- privpolicy
Indicates if the app has a privacy policy.
- keywords
Comma separated list of keywords about the app.
- bundle
Bundle or package name of the app.
- storeid
The ID of the app in an app store.
- storeurl
App store URL for an installed app; for IQG 2.1 compliance.
- ver
Application version.
- paid
Indicator of whether or not this is a paid app.
- release
Information about the release of the app.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- App
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new App(id: String = "", name: String = "", pub: Option[Publisher] = _root_.scala.None, content: Option[Content] = _root_.scala.None, domain: String = "", cat: Seq[String] = _root_.scala.Seq.empty, sectcat: Seq[String] = _root_.scala.Seq.empty, pagecat: Seq[String] = _root_.scala.Seq.empty, cattax: CategoryTaxonomy = com.explorestack.protobuf.adcom.CategoryTaxonomy.CATEGORY_TAXONOMY_INVALID, privpolicy: Boolean = false, keywords: String = "", bundle: String = "", storeid: String = "", storeurl: String = "", ver: String = "", paid: Boolean = false, release: Option[Release] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- id
Vendor-specific unique identifier of the distribution channel.
- name
Displayable name of the distribution channel.
- pub
Details about the publisher of the distribution channel.
- content
Details about the content within the distribution channel.
- domain
Domain of the app
- cat
Array of content categories describing the app.
- sectcat
Array of content categories describing the current section of the app.
- privpolicy
Indicates if the app has a privacy policy.
- keywords
Comma separated list of keywords about the app.
- bundle
Bundle or package name of the app.
- storeid
The ID of the app in an app store.
- storeurl
App store URL for an installed app; for IQG 2.1 compliance.
- ver
Application version.
- paid
Indicator of whether or not this is a paid app.
- release
Information about the release of the app.
- 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 addAllCat(__vs: Iterable[String]): App
- def addAllExtProto(__vs: Iterable[Any]): App
- def addAllPagecat(__vs: Iterable[String]): App
- def addAllSectcat(__vs: Iterable[String]): App
- def addCat(__vs: String*): App
- def addExtProto(__vs: Any*): App
- def addPagecat(__vs: String*): App
- def addSectcat(__vs: String*): App
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: String
- val cat: Seq[String]
- val cattax: CategoryTaxonomy
- def clearCat: App
- def clearContent: App
- def clearExt: App
- def clearExtProto: App
- def clearPagecat: App
- def clearPub: App
- def clearRelease: App
- def clearSectcat: App
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: App.type
- Definition Classes
- App → GeneratedMessage
- val content: Option[Content]
- val domain: String
- 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 getContent: Content
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- App → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- App → GeneratedMessage
- def getPub: Publisher
- def getRelease: Release
- val id: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keywords: String
- val name: 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()
- val pagecat: Seq[String]
- val paid: Boolean
- val privpolicy: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pub: Option[Publisher]
- val release: Option[Release]
- val sectcat: Seq[String]
- def serializedSize: Int
- Definition Classes
- App → GeneratedMessage
- val storeid: String
- val storeurl: String
- 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
- App → GeneratedMessage
- def update(ms: (Lens[App, App]) => Mutation[App]*): App
- Definition Classes
- Updatable
- val ver: 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 withBundle(__v: String): App
- def withCat(__v: Seq[String]): App
- def withCattax(__v: CategoryTaxonomy): App
- def withContent(__v: Content): App
- def withDomain(__v: String): App
- def withExt(__v: Struct): App
- def withExtProto(__v: Seq[Any]): App
- def withId(__v: String): App
- def withKeywords(__v: String): App
- def withName(__v: String): App
- def withPagecat(__v: Seq[String]): App
- def withPaid(__v: Boolean): App
- def withPrivpolicy(__v: Boolean): App
- def withPub(__v: Publisher): App
- def withRelease(__v: Release): App
- def withSectcat(__v: Seq[String]): App
- def withStoreid(__v: String): App
- def withStoreurl(__v: String): App
- def withVer(__v: String): App
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- App → 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)