Class VoidResponse
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
org.odpi.openmetadata.repositoryservices.rest.properties.VoidResponse
- All Implemented Interfaces:
Serializable
VoidResponse defines the response structure for an OMRS REST API call that has a void return with
checked exceptions
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
actionDescription, exceptionCausedBy, exceptionClassName, exceptionErrorMessage, exceptionErrorMessageId, exceptionErrorMessageParameters, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode
-
Constructor Summary
ConstructorDescriptionDefault constructorVoidResponse
(VoidResponse template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
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 classOMRSAPIResponse
- Returns:
- print out of variables in a JSON-style
-