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
Ordering
- Alphabetic
- By Inheritance
Inherited
- App
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 addCat(__vs: String*): App
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bundle: Option[String]
- val cat: Seq[String]
- val cattax: Option[CategoryTaxonomy]
- def clearBundle: App
- def clearCat: App
- def clearCattax: App
- def clearDomain: App
- def clearExt: App
- def clearId: App
- def clearKeywords: App
- def clearName: App
- def clearPaid: App
- def clearPrivpolicy: App
- def clearPub: App
- def clearStoreid: App
- def clearStoreurl: App
- def clearVer: 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
- def discardUnknownFields: App
- val domain: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[AppExt]
- def getBundle: String
- def getCattax: CategoryTaxonomy
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDomain: String
- def getExt: AppExt
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- App → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- App → GeneratedMessage
- def getId: String
- def getKeywords: String
- def getName: String
- def getPaid: Boolean
- def getPrivpolicy: Boolean
- def getPub: Publisher
- def getStoreid: String
- def getStoreurl: String
- def getVer: String
- val id: Option[String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keywords: Option[String]
- val name: Option[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 paid: Option[Boolean]
- val privpolicy: Option[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pub: Option[Publisher]
- def serializedSize: Int
- Definition Classes
- App → GeneratedMessage
- val storeid: Option[String]
- val storeurl: Option[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
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[App, App]) => Mutation[App]*): App
- Definition Classes
- Updatable
- val ver: Option[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 withDomain(__v: String): App
- def withExt(__v: AppExt): App
- def withId(__v: String): App
- def withKeywords(__v: String): App
- def withName(__v: String): App
- def withPaid(__v: Boolean): App
- def withPrivpolicy(__v: Boolean): App
- def withPub(__v: Publisher): App
- def withStoreid(__v: String): App
- def withStoreurl(__v: String): App
- def withUnknownFields(__v: UnknownFieldSet): 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)