Class TestLabSummaryResponse

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

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

    • TestLabSummaryResponse

      public TestLabSummaryResponse()
      Default constructor
    • TestLabSummaryResponse

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