Class TestCaseListResponse
java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.TestCaseListResponse
- All Implemented Interfaces:
Serializable
TestCaseListResponse defines the response structure that lists the test case IDs available.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorTestCaseListResponse
(TestCaseListResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the test case IDs that are available.void
setTestCaseIds
(List<String> testCaseIds) Set up the list of test case IDs that are available.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
-
TestCaseListResponse
public TestCaseListResponse()Default constructor -
TestCaseListResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTestCaseIds
Return the test case IDs that are available.- Returns:
- list of test case IDs
-
setTestCaseIds
Set up the list of test case IDs that are available.- Parameters:
testCaseIds
- that are available
-
toString
Standard toString method.- Overrides:
toString
in classConformanceServicesAPIResponse
- Returns:
- print out of variables in a JSON-style
-