case class FeedIntakeMetaData(productId: Option[Int], productCategory: Option[String], feedDryMatterContentUniId: Option[Int], productName: Option[String], intakeProgrammedKg: Option[Float], intakeConsumedKg: Option[Float], feedIntakeSession: Option[Int], startTime: Option[LocalDateTime], endTime: Option[LocalDateTime]) extends TimelineEventMetadata with Product with Serializable
Feed intake event metadata. Represents feed consumption of concentrates per eating session.
- productId
ID of the feed product assigned by the farm.
- productCategory
The category of feed (e.g., "Concentrate").
- feedDryMatterContentUniId
ID for the dry matter content unit (e.g., "1").
- productName
Name of the feed product (e.g., "VS 2 RB eiwit").
- intakeProgrammedKg
Maximum intake allowed for that day or visit, in kg (e.g., 1.1).
- intakeConsumedKg
Actual intake consumed for that day or visit, in kg (e.g., 0.56).
- feedIntakeSession
The session number for eating on that day (e.g., 1 for the first session, 2 for the second).
- startTime
Start time of feeding session (format: YYYY-MM-DD HH:MM:SS).
- endTime
End time of feeding session (format: YYYY-MM-DD HH:MM:SS).
- Source
- TimelineEvent.scala
- Alphabetic
- By Inheritance
- FeedIntakeMetaData
- Serializable
- Product
- Equals
- TimelineEventMetadata
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FeedIntakeMetaData(productId: Option[Int], productCategory: Option[String], feedDryMatterContentUniId: Option[Int], productName: Option[String], intakeProgrammedKg: Option[Float], intakeConsumedKg: Option[Float], feedIntakeSession: Option[Int], startTime: Option[LocalDateTime], endTime: Option[LocalDateTime])
- productId
ID of the feed product assigned by the farm.
- productCategory
The category of feed (e.g., "Concentrate").
- feedDryMatterContentUniId
ID for the dry matter content unit (e.g., "1").
- productName
Name of the feed product (e.g., "VS 2 RB eiwit").
- intakeProgrammedKg
Maximum intake allowed for that day or visit, in kg (e.g., 1.1).
- intakeConsumedKg
Actual intake consumed for that day or visit, in kg (e.g., 0.56).
- feedIntakeSession
The session number for eating on that day (e.g., 1 for the first session, 2 for the second).
- startTime
Start time of feeding session (format: YYYY-MM-DD HH:MM:SS).
- endTime
End time of feeding session (format: YYYY-MM-DD HH:MM:SS).
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
- 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 feedDryMatterContentUniId: Option[Int]
- val feedIntakeSession: Option[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val intakeConsumedKg: Option[Float]
- val intakeProgrammedKg: Option[Float]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val productCategory: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val productId: Option[Int]
- val productName: 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)