Class IntegrationDaemonStatusResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationDaemonStatusResponse
- All Implemented Interfaces:
FFDCResponse
IntegrationDaemonStatusResponse provides a container for transporting the status of each of the integration services running in an
integration daemon.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare objectsReturn the summary of the services and groups running in the integration daemon.int
hashCode()
Simple hash for the objectvoid
setIntegrationDaemonStatus
(IntegrationDaemonStatus integrationDaemonStatus) Set up the summary of the services and groups running in the integration daemon.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
IntegrationDaemonStatusResponse
public IntegrationDaemonStatusResponse()Default constructor -
IntegrationDaemonStatusResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationDaemonStatus
Return the summary of the services and groups running in the integration daemon.- Returns:
- list of summaries
-
setIntegrationDaemonStatus
Set up the summary of the services and groups running in the integration daemon.- Parameters:
integrationDaemonStatus
- list of summaries
-
toString
JSON-style toString- Overrides:
toString
in classFFDCResponseBase
- Returns:
- description of the object values
-
equals
Compare objects- Overrides:
equals
in classFFDCResponseBase
- Parameters:
objectToCompare
- object- Returns:
- boolean
-
hashCode
public int hashCode()Simple hash for the object- Overrides:
hashCode
in classFFDCResponseBase
- Returns:
- int
-