Class/Object

ml.bundle.BundleDef

BundleDef

Related Docs: object BundleDef | package BundleDef

Permalink

final case class BundleDef(name: String = "", version: String = "", format: Format = ..., attributes: Option[AttributeList] = None, nodes: Seq[String] = Nil) extends GeneratedMessage with Message[BundleDef] with Updatable[BundleDef] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[BundleDef], Message[BundleDef], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BundleDef
  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 BundleDef(name: String = "", version: String = "", format: Format = ..., attributes: Option[AttributeList] = None, nodes: Seq[String] = Nil)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllNodes(__vs: TraversableOnce[String]): BundleDef

    Permalink
  5. def addNodes(__vs: String*): BundleDef

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val attributes: Option[AttributeList]

    Permalink
  8. def clearAttributes: BundleDef

    Permalink
  9. def clearNodes: BundleDef

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: BundleDef.type

    Permalink
    Definition Classes
    BundleDef → GeneratedMessage
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val format: Format

    Permalink
  15. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  16. def getAttributes: AttributeList

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    BundleDef → GeneratedMessage
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): BundleDef

    Permalink
    Definition Classes
    BundleDef → Message
  21. val name: String

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. val nodes: Seq[String]

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def serializedSize: Int

    Permalink
    Definition Classes
    BundleDef → GeneratedMessage
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  29. def toString(): String

    Permalink
    Definition Classes
    BundleDef → AnyRef → Any
  30. def update(ms: (Lens[BundleDef, BundleDef]) ⇒ Mutation[BundleDef]*): BundleDef

    Permalink
    Definition Classes
    Updatable
  31. val version: String

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withAttributes(__v: AttributeList): BundleDef

    Permalink
  36. def withFormat(__v: Format): BundleDef

    Permalink
  37. def withName(__v: String): BundleDef

    Permalink
  38. def withNodes(__v: Seq[String]): BundleDef

    Permalink
  39. def withVersion(__v: String): BundleDef

    Permalink
  40. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    BundleDef → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[BundleDef]

Inherited from Message[BundleDef]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped