Packages

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()
Linear Supertypes
Updatable[App], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. App
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllCat(__vs: Iterable[String]): App
  5. def addAllExtProto(__vs: Iterable[Any]): App
  6. def addAllPagecat(__vs: Iterable[String]): App
  7. def addAllSectcat(__vs: Iterable[String]): App
  8. def addCat(__vs: String*): App
  9. def addExtProto(__vs: Any*): App
  10. def addPagecat(__vs: String*): App
  11. def addSectcat(__vs: String*): App
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val bundle: String
  14. val cat: Seq[String]
  15. val cattax: CategoryTaxonomy
  16. def clearCat: App
  17. def clearContent: App
  18. def clearExt: App
  19. def clearExtProto: App
  20. def clearPagecat: App
  21. def clearPub: App
  22. def clearRelease: App
  23. def clearSectcat: App
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. def companion: App.type
    Definition Classes
    App → GeneratedMessage
  26. val content: Option[Content]
  27. val domain: String
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val ext: Option[Struct]
  30. val extProto: Seq[Any]
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  32. def getContent: Content
  33. def getExt: Struct
  34. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    App → GeneratedMessage
  35. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    App → GeneratedMessage
  36. def getPub: Publisher
  37. def getRelease: Release
  38. val id: String
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val keywords: String
  41. val name: String
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. val pagecat: Seq[String]
  46. val paid: Boolean
  47. val privpolicy: Boolean
  48. def productElementNames: Iterator[String]
    Definition Classes
    Product
  49. val pub: Option[Publisher]
  50. val release: Option[Release]
  51. val sectcat: Seq[String]
  52. def serializedSize: Int
    Definition Classes
    App → GeneratedMessage
  53. val storeid: String
  54. val storeurl: String
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  57. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  58. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  59. def toProtoString: String
    Definition Classes
    App → GeneratedMessage
  60. def update(ms: (Lens[App, App]) => Mutation[App]*): App
    Definition Classes
    Updatable
  61. val ver: String
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. def withBundle(__v: String): App
  66. def withCat(__v: Seq[String]): App
  67. def withCattax(__v: CategoryTaxonomy): App
  68. def withContent(__v: Content): App
  69. def withDomain(__v: String): App
  70. def withExt(__v: Struct): App
  71. def withExtProto(__v: Seq[Any]): App
  72. def withId(__v: String): App
  73. def withKeywords(__v: String): App
  74. def withName(__v: String): App
  75. def withPagecat(__v: Seq[String]): App
  76. def withPaid(__v: Boolean): App
  77. def withPrivpolicy(__v: Boolean): App
  78. def withPub(__v: Publisher): App
  79. def withRelease(__v: Release): App
  80. def withSectcat(__v: Seq[String]): App
  81. def withStoreid(__v: String): App
  82. def withStoreurl(__v: String): App
  83. def withVer(__v: String): App
  84. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  85. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    App → GeneratedMessage
  86. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[App]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped