Class VoidResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class VoidResponse extends FFDCResponseBase
VoidResponse defines the response structure for the OMAS REST API calls that returns a void as a response.- See Also:
- Serialized Form
-
-
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()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
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()
JSON-style toString- Overrides:
toStringin classFFDCResponseBase- Returns:
- string containing the properties and their values
-
-