case class FlowStatus(startTime: Instant, duration: Option[Long], status: StatusParameters, restriction: Option[Restrictions], statistics: Option[StatisticalParameters], cause: Option[CauseCode], detailedCause: Option[LinkedCause]) extends TFPMethod with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlowStatus
- Serializable
- Serializable
- Product
- Equals
- TFPMethod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FlowStatus(startTime: Instant, duration: Optional[Long], status: StatusParameters, restriction: Optional[Restrictions], statistics: Optional[StatisticalParameters], cause: Optional[CauseCode], detailedCause: Optional[LinkedCause])
- new FlowStatus(startTime: Instant, duration: Option[Long], status: StatusParameters, restriction: Option[Restrictions], statistics: Option[StatisticalParameters], cause: Option[CauseCode], detailedCause: Option[LinkedCause])
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 cause: Option[CauseCode]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val detailedCause: Option[LinkedCause]
- val duration: Option[Long]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getCause: Optional[CauseCode]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDetailedCause: Optional[LinkedCause]
- def getDuration: Optional[Long]
- def getRestriction: Optional[Restrictions]
- def getStartTime: Instant
- def getStatistics: Optional[StatisticalParameters]
- def getStatus: StatusParameters
-
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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val restriction: Option[Restrictions]
- val startTime: Instant
- val statistics: Option[StatisticalParameters]
- val status: StatusParameters
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()