Class VoidResponse
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
-
- org.odpi.openmetadata.repositoryservices.rest.properties.VoidResponse
-
- All Implemented Interfaces:
Serializable
public class VoidResponse extends OMRSAPIResponse
VoidResponse defines the response structure for an OMRS REST API call that has a void return with checked exceptions- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description VoidResponse()Default constructorVoidResponse(VoidResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
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 Detail
-
VoidResponse
public VoidResponse()
Default constructor
-
VoidResponse
public VoidResponse(VoidResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classOMRSAPIResponse- Returns:
- print out of variables in a JSON-style
-
-