com.m3.octoparts.model

PartResponse

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) extends Product with Serializable

partId

same as corresponding partRequest

id

same as corresponding partRequest

cookies
statusCode
mimeType
charset
cacheControl
contents
warnings
errors
retrievedFromCache

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)

    partId

    same as corresponding partRequest

    id

    same as corresponding partRequest

    cookies
    statusCode
    mimeType
    charset
    cacheControl
    contents
    warnings
    errors
    retrievedFromCache

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. val mimeType: Option[String]

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

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

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

    Definition Classes
    AnyRef
  31. val partId: String

    same as corresponding partRequest

  32. val retrievedFromCache: Boolean

  33. val statusCode: Option[Int]

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped