Package gov.niem.tools.api.validation
Class TestResult.TestResultBuilder
java.lang.Object
gov.niem.tools.api.validation.TestResult.TestResultBuilder
- Enclosing class:
TestResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
entityCategory
(String entityCategory) problemValue
(String problemValue) status
(TestResult.Status status) toString()
-
Method Details
-
testId
- Returns:
this
.
-
status
- Returns:
this
.
-
prefix
- Returns:
this
.
-
entity
- Returns:
this
.
-
entityCategory
- Returns:
this
.
-
message
- Returns:
this
.
-
location
- Returns:
this
.
-
line
- Returns:
this
.
-
column
- Returns:
this
.
-
comment
- Returns:
this
.
-
problemValue
- Returns:
this
.
-
build
-
toString
-