Packages

final case class ProductVersion(product: String = "", version: String = "", comment: String = "") extends javadsl.model.headers.ProductVersion with ValueRenderable with Product with Serializable

Source
ProductVersion.scala
Linear Supertypes
Serializable, Product, Equals, ValueRenderable, ToStringRenderable, Renderable, javadsl.model.headers.ProductVersion, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProductVersion
  2. Serializable
  3. Product
  4. Equals
  5. ValueRenderable
  6. ToStringRenderable
  7. Renderable
  8. ProductVersion
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProductVersion(product: String = "", version: String = "", comment: String = "")

Value Members

  1. val comment: String
    Definition Classes
    ProductVersionProductVersion
  2. val product: String
    Definition Classes
    ProductVersionProductVersion
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def render[R <: Rendering](r: R): r.type
    Definition Classes
    ProductVersion → Renderable
  5. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  6. def value: String
    Definition Classes
    ValueRenderable
  7. val version: String
    Definition Classes
    ProductVersionProductVersion