Class TestLabReportResponse

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

public class TestLabReportResponse extends ConformanceServicesAPIResponse
TestLabReportResponse defines the response structure that includes the test results.
See Also:
  • Constructor Details

    • TestLabReportResponse

      public TestLabReportResponse()
      Default constructor
    • TestLabReportResponse

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