c
com.github.timgent.sparkdataquality.checkssuite
ChecksSuiteResult
Companion object ChecksSuiteResult
case class ChecksSuiteResult(overallStatus: CheckSuiteStatus, checkSuiteDescription: String, checkResults: Seq[CheckResult], timestamp: Instant, checkTags: Map[String, String]) extends Product with Serializable
- overallStatus
- Overall status of the CheckSuite. Dependent on the checks within the check suite
- checkSuiteDescription
- Description of the suite of checks that was run
- checkResults
- Sequence of CheckResult for every check in the CheckSuite
- timestamp
- the time the checks were run
- checkTags
- any tags associated with the CheckSuite
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChecksSuiteResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ChecksSuiteResult(overallStatus: CheckSuiteStatus, checkSuiteDescription: String, checkResults: Seq[CheckResult], timestamp: Instant, checkTags: Map[String, String])
- overallStatus
- Overall status of the CheckSuite. Dependent on the checks within the check suite
- checkSuiteDescription
- Description of the suite of checks that was run
- checkResults
- Sequence of CheckResult for every check in the CheckSuite
- timestamp
- the time the checks were run
- checkTags
- any tags associated with the CheckSuite
Value Members
- val checkResults: Seq[CheckResult]
- val checkSuiteDescription: String
- val checkTags: Map[String, String]
- val overallStatus: CheckSuiteStatus
- def prettyPrint: String
- val timestamp: Instant