Class VoidResponse
java.lang.Object
org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
org.odpi.openmetadata.conformance.rest.VoidResponse
- All Implemented Interfaces:
Serializable
VoidResponse defines the response structure for the Conformance Suite REST API calls that returns a
void as a response.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorVoidResponse
(VoidResponse template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
equals, getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, getSuccessMessage, hashCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode, setSuccessMessage
-
Constructor Details
-
VoidResponse
public VoidResponse()Default constructor -
VoidResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toString
in classConformanceServicesAPIResponse
- Returns:
- print out of variables in a JSON-style
-