final case class LoadCheckCalculatorResult(checkId: String, checkName: String, sourceId: String, expected: String, status: CalculatorStatus, message: String, resultType: ResultType = ResultType.LoadCheck) extends Product with Serializable
Load check calculator result
- checkId
Check ID
- checkName
Load check calculator name
- sourceId
Source ID
- expected
Expected value
- status
Check status
- message
Check message
- resultType
Type of result
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoadCheckCalculatorResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LoadCheckCalculatorResult(checkId: String, checkName: String, sourceId: String, expected: String, status: CalculatorStatus, message: String, resultType: ResultType = ResultType.LoadCheck)
- checkId
Check ID
- checkName
Load check calculator name
- sourceId
Source ID
- expected
Expected value
- status
Check status
- message
Check message
- resultType
Type of result
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 checkId: String
- val checkName: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expected: String
-
def
finalize(description: Option[String], metadata: Option[String], isCritical: Boolean)(implicit jobId: String, settings: AppSettings): ResultCheckLoad
Converts load check calculator result to final load check result representation suitable for storing into results storage and sending via targets.
Converts load check calculator result to final load check result representation suitable for storing into results storage and sending via targets.
- description
Load check description
- metadata
Metadata parameters specific to this load check (JSON List string)
- jobId
Implicit Job ID
- settings
Implicit application settings object
- returns
Finalized load check result
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val message: String
-
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 resultType: ResultType
- val sourceId: String
- val status: CalculatorStatus
-
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()