final case class App(id: Option[String] = _root_.scala.None, name: Option[String] = _root_.scala.None, pub: Option[Publisher] = _root_.scala.None, domain: Option[String] = _root_.scala.None, cat: Seq[String] = _root_.scala.Seq.empty, cattax: Option[CategoryTaxonomy] = _root_.scala.None, privpolicy: Option[Boolean] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, bundle: Option[String] = _root_.scala.None, storeid: Option[String] = _root_.scala.None, storeurl: Option[String] = _root_.scala.None, ver: Option[String] = _root_.scala.None, paid: Option[Boolean] = _root_.scala.None, ext: Option[AppExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[App] with Product with Serializable

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: Option[String] = _root_.scala.None, name: Option[String] = _root_.scala.None, pub: Option[Publisher] = _root_.scala.None, domain: Option[String] = _root_.scala.None, cat: Seq[String] = _root_.scala.Seq.empty, cattax: Option[CategoryTaxonomy] = _root_.scala.None, privpolicy: Option[Boolean] = _root_.scala.None, keywords: Option[String] = _root_.scala.None, bundle: Option[String] = _root_.scala.None, storeid: Option[String] = _root_.scala.None, storeurl: Option[String] = _root_.scala.None, ver: Option[String] = _root_.scala.None, paid: Option[Boolean] = _root_.scala.None, ext: Option[AppExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

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 addCat(__vs: String*): App
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bundle: Option[String]
  8. val cat: Seq[String]
  9. val cattax: Option[CategoryTaxonomy]
  10. def clearBundle: App
  11. def clearCat: App
  12. def clearCattax: App
  13. def clearDomain: App
  14. def clearExt: App
  15. def clearId: App
  16. def clearKeywords: App
  17. def clearName: App
  18. def clearPaid: App
  19. def clearPrivpolicy: App
  20. def clearPub: App
  21. def clearStoreid: App
  22. def clearStoreurl: App
  23. def clearVer: 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. def discardUnknownFields: App
  27. val domain: Option[String]
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. val ext: Option[AppExt]
  30. def getBundle: String
  31. def getCattax: CategoryTaxonomy
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  33. def getDomain: String
  34. def getExt: AppExt
  35. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    App → GeneratedMessage
  36. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    App → GeneratedMessage
  37. def getId: String
  38. def getKeywords: String
  39. def getName: String
  40. def getPaid: Boolean
  41. def getPrivpolicy: Boolean
  42. def getPub: Publisher
  43. def getStoreid: String
  44. def getStoreurl: String
  45. def getVer: String
  46. val id: Option[String]
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. val keywords: Option[String]
  49. val name: Option[String]
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  53. val paid: Option[Boolean]
  54. val privpolicy: Option[Boolean]
  55. def productElementNames: Iterator[String]
    Definition Classes
    Product
  56. val pub: Option[Publisher]
  57. def serializedSize: Int
    Definition Classes
    App → GeneratedMessage
  58. val storeid: Option[String]
  59. val storeurl: Option[String]
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  62. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  63. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  64. def toProtoString: String
    Definition Classes
    App → GeneratedMessage
  65. val unknownFields: UnknownFieldSet
  66. def update(ms: (Lens[App, App]) => Mutation[App]*): App
    Definition Classes
    Updatable
  67. val ver: Option[String]
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. def withBundle(__v: String): App
  72. def withCat(__v: Seq[String]): App
  73. def withCattax(__v: CategoryTaxonomy): App
  74. def withDomain(__v: String): App
  75. def withExt(__v: AppExt): App
  76. def withId(__v: String): App
  77. def withKeywords(__v: String): App
  78. def withName(__v: String): App
  79. def withPaid(__v: Boolean): App
  80. def withPrivpolicy(__v: Boolean): App
  81. def withPub(__v: Publisher): App
  82. def withStoreid(__v: String): App
  83. def withStoreurl(__v: String): App
  84. def withUnknownFields(__v: UnknownFieldSet): App
  85. def withVer(__v: String): App
  86. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  87. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    App → GeneratedMessage
  88. 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