Packages

final case class Application(id: Long = 0L, name: String = "", contract: Option[ModelContract] = None, executionGraph: Option[ExecutionGraph] = None, kafkaStreaming: Seq[KafkaStreaming] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Application] with Updatable[Application] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Application], Message[Application], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Application
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Application(id: Long = 0L, name: String = "", contract: Option[ModelContract] = None, executionGraph: Option[ExecutionGraph] = None, kafkaStreaming: Seq[KafkaStreaming] = _root_.scala.collection.Seq.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 addAllKafkaStreaming(__vs: TraversableOnce[KafkaStreaming]): Application
  5. def addKafkaStreaming(__vs: KafkaStreaming*): Application
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearContract: Application
  8. def clearExecutionGraph: Application
  9. def clearKafkaStreaming: Application
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def companion: Application.type
    Definition Classes
    Application → GeneratedMessage
  12. val contract: Option[ModelContract]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val executionGraph: Option[ExecutionGraph]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getContract: ModelContract
  18. def getExecutionGraph: ExecutionGraph
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Application → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Application → GeneratedMessage
  21. val id: Long
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val kafkaStreaming: Seq[KafkaStreaming]
  24. def mergeFrom(_input__: CodedInputStream): Application
    Definition Classes
    Application → Message
  25. val name: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def serializedSize: Int
    Definition Classes
    Application → GeneratedMessage
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    Application → GeneratedMessage
  35. def update(ms: (Lens[Application, Application]) ⇒ Mutation[Application]*): Application
    Definition Classes
    Updatable
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def withContract(__v: ModelContract): Application
  40. def withExecutionGraph(__v: ExecutionGraph): Application
  41. def withId(__v: Long): Application
  42. def withKafkaStreaming(__v: Seq[KafkaStreaming]): Application
  43. def withName(__v: String): Application
  44. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  45. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Application → GeneratedMessage
  46. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Application]

Inherited from Message[Application]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped