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
ConstructorDescriptionDefault constructorConnectionResponse
(ConnectionResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the Connection object.int
hashCode()
Return hash code for this objectvoid
setConnection
(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:
toString
in classOMRSAPIResponse
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classOMRSAPIResponse
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classOMRSAPIResponse
- Returns:
- int hash code
-