Class TestLabReportResponse
java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.TestLabReportResponse
- All Implemented Interfaces:
Serializable
TestLabReportResponse defines the response structure that includes the test results.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorTestLabReportResponse
(TestLabReportResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the results from running the tests.void
setTestLabResults
(OpenMetadataConformanceTestLabResults testLabResults) Set up the results from running the tests.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
equals, getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, getSuccessMessage, hashCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode, setSuccessMessage
-
Constructor Details
-
TestLabReportResponse
public TestLabReportResponse()Default constructor -
TestLabReportResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTestLabResults
Return the results from running the tests.- Returns:
- results report
-
setTestLabResults
Set up the results from running the tests.- Parameters:
testLabResults
- results report
-
toString
Standard toString method.- Overrides:
toString
in classConformanceServicesAPIResponse
- Returns:
- print out of variables in a JSON-style
-