case class Event(effectCode: EffectCode, startTime: Option[Instant], stopTime: Option[Instant], tendency: Option[Tendency], lengthAffected: Option[Long], averageSpeedAbsolute: Option[Short], delay: Option[Long], segmentSpeedLimit: Option[Short], expectedSpeedAbsolute: Option[Short], causes: Seq[Cause], advices: Seq[Advice], vehicleRestrictions: Seq[VehicleRestriction], diversionRoutes: Seq[DiversionRoute], temporarySpeedLimits: Seq[TemporarySpeedLimit]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Event
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Event(effectCode: EffectCode, startTime: Optional[Instant], stopTime: Optional[Instant], tendency: Optional[Tendency], lengthAffected: Optional[Long], averageSpeedAbsolute: Optional[Short], delay: Optional[Long], segmentSpeedLimit: Optional[Short], expectedSpeedAbsolute: Optional[Short], causes: List[Cause], advices: List[Advice], vehicleRestrictions: List[VehicleRestriction], diversionRoutes: List[DiversionRoute], temporarySpeedLimits: List[TemporarySpeedLimit])
- new Event(effectCode: EffectCode, startTime: Option[Instant], stopTime: Option[Instant], tendency: Option[Tendency], lengthAffected: Option[Long], averageSpeedAbsolute: Option[Short], delay: Option[Long], segmentSpeedLimit: Option[Short], expectedSpeedAbsolute: Option[Short], causes: Seq[Cause], advices: Seq[Advice], vehicleRestrictions: Seq[VehicleRestriction], diversionRoutes: Seq[DiversionRoute], temporarySpeedLimits: Seq[TemporarySpeedLimit])
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
- val advices: Seq[Advice]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val averageSpeedAbsolute: Option[Short]
- val causes: Seq[Cause]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val delay: Option[Long]
- val diversionRoutes: Seq[DiversionRoute]
- val effectCode: EffectCode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expectedSpeedAbsolute: Option[Short]
- def getAdvices: List[Advice]
- def getAverageSpeedAbsolute: Optional[Short]
- def getCauses: List[Cause]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDelay: Optional[Long]
- def getDiversionRoutes: List[DiversionRoute]
- def getEffectCode: EffectCode
- def getExpectedSpeedAbsolute: Optional[Short]
- def getLengthAffected: Optional[Long]
- def getSegmentSpeedLimit: Optional[Short]
- def getStartTime: Optional[Instant]
- def getStopTime: Optional[Instant]
- def getTemporarySpeedLimits: List[TemporarySpeedLimit]
- def getTendency: Optional[Tendency]
- def getVehicleRestrictions: List[VehicleRestriction]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lengthAffected: Option[Long]
- 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 segmentSpeedLimit: Option[Short]
- val startTime: Option[Instant]
- val stopTime: Option[Instant]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val temporarySpeedLimits: Seq[TemporarySpeedLimit]
- val tendency: Option[Tendency]
- val vehicleRestrictions: Seq[VehicleRestriction]
- 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]) @native()
- 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)