Class OpenMetadataConformanceWorkbenchStatus
java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchStatus
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 Summary
ConstructorDescriptionDefault constructor - used when constructing from JSON. -
Method Summary
Modifier and TypeMethodDescriptionReturn the unique identifier of the workbench.Return the unique identifier of the workbench.Return the name of the workbenchvoid
Set up the unique identifier of the workbench.void
setWorkbenchId
(String workbenchId) Set up the unique identifier of the workbench.void
setWorkbenchName
(String workbenchName) Set up the name of the workbenchtoString()
toString() JSON-style
-
Constructor Details
-
OpenMetadataConformanceWorkbenchStatus
public OpenMetadataConformanceWorkbenchStatus()Default constructor - used when constructing from JSON.
-
-
Method Details
-
getWorkbenchId
Return the unique identifier of the workbench.- Returns:
- string id
-
setWorkbenchId
Set up the unique identifier of the workbench.- Parameters:
workbenchId
- string id
-
getWorkbenchName
Return the name of the workbench- Returns:
- string name
-
setWorkbenchName
Set up the name of the workbench- Parameters:
workbenchName
- name
-
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
toString() JSON-style
-