Class/Object

org.apache.mesos.mesos.CommandInfo

URI

Related Docs: object URI | package CommandInfo

Permalink

final case class URI(value: String, executable: Option[Boolean] = None, extract: Option[Boolean] = None, cache: Option[Boolean] = None) extends GeneratedMessage with Message[URI] with Updatable[URI] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[URI], Message[URI], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URI
  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 URI(value: String, executable: Option[Boolean] = None, extract: Option[Boolean] = None, cache: Option[Boolean] = None)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val cache: Option[Boolean]

    Permalink
  6. def clearCache: URI

    Permalink
  7. def clearExecutable: URI

    Permalink
  8. def clearExtract: URI

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    URI → GeneratedMessage
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. val executable: Option[Boolean]

    Permalink
  13. val extract: Option[Boolean]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllFields: Seq[(FieldDescriptor, Any)]

    Permalink
    Definition Classes
    GeneratedMessage
  16. def getCache: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getExecutable: Boolean

    Permalink
  19. def getExtract: Boolean

    Permalink
  20. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    URI → GeneratedMessage
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def mergeFrom(__input: CodedInputStream): URI

    Permalink
    Definition Classes
    URI → Message
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. lazy val serializedSize: Int

    Permalink
    Definition Classes
    URI → 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
    URI → AnyRef → Any
  30. def update(ms: (Lens[URI, URI]) ⇒ Mutation[URI]*): URI

    Permalink
    Definition Classes
    Updatable
  31. val value: 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 withCache(__v: Boolean): URI

    Permalink
  36. def withExecutable(__v: Boolean): URI

    Permalink
  37. def withExtract(__v: Boolean): URI

    Permalink
  38. def withValue(__v: String): URI

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

    Permalink
    Definition Classes
    GeneratedMessage
  40. def writeTo(output: CodedOutputStream): Unit

    Permalink
    Definition Classes
    URI → GeneratedMessage
  41. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[URI]

Inherited from Message[URI]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped