case class ParameterThresholdOutput(parameterCode: Option[String], unit: Option[String], threshold1: Option[Double], threshold2: Option[Double], threshold3: Option[Double], threshold4: Option[Double], thresholdType: Int, listType: Option[String], stationType: Option[String], frType: Option[Double], elementCode: Option[String], seasonality: Option[Double], fishCode: Option[Int], calciumClass: Option[Int], ph: Option[Double], station: Option[Double], fraction: Option[String], isFromChild: Option[Boolean]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParameterThresholdOutput
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParameterThresholdOutput(parameterCode: Option[String], unit: Option[String], threshold1: Option[Double], threshold2: Option[Double], threshold3: Option[Double], threshold4: Option[Double], thresholdType: Int, listType: Option[String], stationType: Option[String], frType: Option[Double], elementCode: Option[String], seasonality: Option[Double], fishCode: Option[Int], calciumClass: Option[Int], ph: Option[Double], station: Option[Double], fraction: Option[String], isFromChild: Option[Boolean])

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 calciumClass: Option[Int]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val elementCode: Option[String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val fishCode: Option[Int]
  10. val frType: Option[Double]
  11. val fraction: Option[String]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. val isFromChild: Option[Boolean]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val listType: Option[String]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. val parameterCode: Option[String]
  20. val ph: Option[Double]
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val seasonality: Option[Double]
  23. val station: Option[Double]
  24. val stationType: Option[String]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val threshold1: Option[Double]
  27. val threshold2: Option[Double]
  28. val threshold3: Option[Double]
  29. val threshold4: Option[Double]
  30. val thresholdType: Int
  31. val unit: Option[String]
  32. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped