Class ConnectionResponse
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
org.odpi.openmetadata.repositoryservices.rest.properties.ConnectionResponse
- All Implemented Interfaces:
Serializable
ConnectionResponse is the response structure used on REST API calls that return a
Connection object as a response.
- 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
ConstructorsConstructorDescriptionDefault constructorConnectionResponse(ConnectionResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the Connection object.inthashCode()Return hash code for this objectvoidsetConnection(Connection connection) Set up the Connection object.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
ConnectionResponse
public ConnectionResponse()Default constructor -
ConnectionResponse
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getConnection
Return the Connection object.- Returns:
- connection
-
setConnection
Set up the Connection object.- Parameters:
connection- - connection object
-
toString
JSON-style toString- Overrides:
toStringin classOMRSAPIResponse- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classOMRSAPIResponse- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classOMRSAPIResponse- Returns:
- int hash code
-