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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParameterThresholdOutput
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val calciumClass: Option[Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val elementCode: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fishCode: Option[Int]
- val frType: Option[Double]
- val fraction: Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val isFromChild: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listType: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val parameterCode: Option[String]
- val ph: Option[Double]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val seasonality: Option[Double]
- val station: Option[Double]
- val stationType: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val threshold1: Option[Double]
- val threshold2: Option[Double]
- val threshold3: Option[Double]
- val threshold4: Option[Double]
- val thresholdType: Int
- val unit: Option[String]
- final def wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)