Class TestCaseListResponse

java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.TestCaseListResponse
All Implemented Interfaces:
Serializable

public class TestCaseListResponse extends ConformanceServicesAPIResponse
TestCaseListResponse defines the response structure that lists the test case IDs available.
See Also:
  • Constructor Details

    • TestCaseListResponse

      public TestCaseListResponse()
      Default constructor
    • TestCaseListResponse

      public TestCaseListResponse(TestCaseListResponse template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getTestCaseIds

      public List<String> getTestCaseIds()
      Return the test case IDs that are available.
      Returns:
      list of test case IDs
    • setTestCaseIds

      public void setTestCaseIds(List<String> testCaseIds)
      Set up the list of test case IDs that are available.
      Parameters:
      testCaseIds - that are available
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ConformanceServicesAPIResponse
      Returns:
      print out of variables in a JSON-style