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
Linear Supertypes
Serializable, Product, Equals, TimelineEventMetadata, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeedIntakeMetaData
  2. Serializable
  3. Product
  4. Equals
  5. TimelineEventMetadata
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. val endTime: Option[LocalDateTime]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val feedDryMatterContentUniId: Option[Int]
  9. val feedIntakeSession: Option[Int]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. val intakeConsumedKg: Option[Float]
  12. val intakeProgrammedKg: Option[Float]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. val productCategory: Option[String]
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. val productId: Option[Int]
  20. val productName: Option[String]
  21. val startTime: Option[LocalDateTime]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): 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 TimelineEventMetadata

Inherited from AnyRef

Inherited from Any

Ungrouped