case class MilkMeterYieldsMetaData(milkingYield: Option[Float], startTime: Option[LocalDateTime], endTime: Option[LocalDateTime], robotID: Option[Int], robotName: Option[String], failure: Option[Boolean], refusal: Option[Boolean], milkingSpeed: Option[Float], bodyWeight: Option[Int], milkingSession: Option[Int]) extends TimelineEventMetadata with Product with Serializable
Milk meter yields event metadata. Represents milk production of a single milking session measured by a milk meter on a milk robot or in a milk parlour.
- milkingYield
Amount of milk produced during the session, measured in kg (or liters).
- startTime
Start time of milking session (format: YYYY-MM-DD HH:MM:SS).
- endTime
End time of milking session (format: YYYY-MM-DD HH:MM:SS).
- robotID
ID of the robot as attributed at the farm (example: 5).
- robotName
Name of the robot (example: "Astronaut 102").
- failure
Indicates if the robot encountered an error during the session (true/false).
- refusal
Indicates if the cow refused milking or interrupted the system (true/false).
- milkingSpeed
Average speed of milking during the session (kg/min).
- bodyWeight
Body weight of the animal measured during the session, in kg.
- milkingSession
The session number of milking on that day (1 for first session, 2 for second, etc.).
- Source
- TimelineEvent.scala
- Alphabetic
- By Inheritance
- MilkMeterYieldsMetaData
- Serializable
- Product
- Equals
- TimelineEventMetadata
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MilkMeterYieldsMetaData(milkingYield: Option[Float], startTime: Option[LocalDateTime], endTime: Option[LocalDateTime], robotID: Option[Int], robotName: Option[String], failure: Option[Boolean], refusal: Option[Boolean], milkingSpeed: Option[Float], bodyWeight: Option[Int], milkingSession: Option[Int])
- milkingYield
Amount of milk produced during the session, measured in kg (or liters).
- startTime
Start time of milking session (format: YYYY-MM-DD HH:MM:SS).
- endTime
End time of milking session (format: YYYY-MM-DD HH:MM:SS).
- robotID
ID of the robot as attributed at the farm (example: 5).
- robotName
Name of the robot (example: "Astronaut 102").
- failure
Indicates if the robot encountered an error during the session (true/false).
- refusal
Indicates if the cow refused milking or interrupted the system (true/false).
- milkingSpeed
Average speed of milking during the session (kg/min).
- bodyWeight
Body weight of the animal measured during the session, in kg.
- milkingSession
The session number of milking on that day (1 for first session, 2 for second, etc.).
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 bodyWeight: Option[Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val endTime: Option[LocalDateTime]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val failure: Option[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val milkingSession: Option[Int]
- val milkingSpeed: Option[Float]
- val milkingYield: Option[Float]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val refusal: Option[Boolean]
- val robotID: Option[Int]
- val robotName: Option[String]
- val startTime: Option[LocalDateTime]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)