Class WorkbenchStatusResponse

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

public class WorkbenchStatusResponse extends ConformanceServicesAPIResponse
WorkbenchStatusResponse defines the response structure that includes the status of a workbench.
See Also:
  • Constructor Details

    • WorkbenchStatusResponse

      public WorkbenchStatusResponse()
      Default constructor
    • WorkbenchStatusResponse

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