com.m3.octoparts.model

PartResponse

Related Doc: package model

case class PartResponse(partId: String, id: String, cookies: Seq[Cookie] = Seq.empty, statusCode: Option[Int] = None, mimeType: Option[String] = None, charset: Option[String] = None, cacheControl: CacheControl = CacheControl.NotSet, contents: Option[String] = None, warnings: Seq[String] = Nil, errors: Seq[String] = Nil, retrievedFromCache: Boolean = false, retrievedFromLocalContents: Boolean = false) extends Product with Serializable

partId

same as corresponding partRequest

id

same as corresponding partRequest

cookies
statusCode
mimeType
charset
cacheControl
contents
warnings
errors
retrievedFromCache
retrievedFromLocalContents

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PartResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartResponse(partId: String, id: String, cookies: Seq[Cookie] = Seq.empty, statusCode: Option[Int] = None, mimeType: Option[String] = None, charset: Option[String] = None, cacheControl: CacheControl = CacheControl.NotSet, contents: Option[String] = None, warnings: Seq[String] = Nil, errors: Seq[String] = Nil, retrievedFromCache: Boolean = false, retrievedFromLocalContents: Boolean = false)

    partId

    same as corresponding partRequest

    id

    same as corresponding partRequest

    cookies
    statusCode
    mimeType
    charset
    cacheControl
    contents
    warnings
    errors
    retrievedFromCache
    retrievedFromLocalContents

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

    Definition Classes
    Any
  5. val cacheControl: CacheControl

  6. val charset: Option[String]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contents: Option[String]

  9. val cookies: Seq[Cookie]

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. val errors: Seq[String]

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getCacheControl(): CacheControl

  14. def getCharset(): Option[String]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getContents(): Option[String]

  17. def getCookies(): Seq[Cookie]

  18. def getErrors(): Seq[String]

  19. def getId(): String

  20. def getMimeType(): Option[String]

  21. def getPartId(): String

  22. def getStatusCode(): Option[Int]

  23. def getWarnings(): Seq[String]

  24. val id: String

    same as corresponding partRequest

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isRetrievedFromCache(): Boolean

  27. def isRetrievedFromLocalContents(): Boolean

  28. val mimeType: Option[String]

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val partId: String

    same as corresponding partRequest

  33. val retrievedFromCache: Boolean

  34. val retrievedFromLocalContents: Boolean

  35. val statusCode: Option[Int]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val warnings: Seq[String]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped