Class OpenMetadataConformanceWorkbenchStatus

java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchStatus

public class OpenMetadataConformanceWorkbenchStatus extends Object
OpenMetadataConformanceWorkbenchResults provides a bean for storing the results of an Open Metadata Conformance Suite Workbench. This includes the accumulated results from each of the tests it runs within each profile.
  • Constructor Details

    • OpenMetadataConformanceWorkbenchStatus

      public OpenMetadataConformanceWorkbenchStatus()
      Default constructor - used when constructing from JSON.
  • Method Details

    • getWorkbenchId

      public String getWorkbenchId()
      Return the unique identifier of the workbench.
      Returns:
      string id
    • setWorkbenchId

      public void setWorkbenchId(String workbenchId)
      Set up the unique identifier of the workbench.
      Parameters:
      workbenchId - string id
    • getWorkbenchName

      public String getWorkbenchName()
      Return the name of the workbench
      Returns:
      string name
    • setWorkbenchName

      public void setWorkbenchName(String workbenchName)
      Set up the name of the workbench
      Parameters:
      workbenchName - name
    • getWorkbenchComplete

      public Boolean getWorkbenchComplete()
      Return the unique identifier of the workbench.
      Returns:
      boolean true/false - whether the workbench is complete
    • setWorkbenchComplete

      public void setWorkbenchComplete()
      Set up the unique identifier of the workbench.
    • toString

      public String toString()
      toString() JSON-style
      Overrides:
      toString in class Object
      Returns:
      string description