Class ProfileReportResponse

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

public class ProfileReportResponse extends ConformanceServicesAPIResponse
ProfileReportResponse defines the response structure that includes the results from a single profile.
See Also:
  • Constructor Details

    • ProfileReportResponse

      public ProfileReportResponse()
      Default constructor
    • ProfileReportResponse

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