Class IntegrationGroupSummaryResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummaryResponse
- All Implemented Interfaces:
FFDCResponse
IntegrationGroupSummaryResponse provides a container for transporting the status of an integration group.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare objectsReturn the summary for the integration group.int
hashCode()
Simple hash for the objectvoid
setIntegrationGroupSummary
(IntegrationGroupSummary integrationGroupSummary) Set up the summary for the integration group.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
-
IntegrationGroupSummaryResponse
public IntegrationGroupSummaryResponse()Default constructor -
IntegrationGroupSummaryResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationGroupSummary
Return the summary for the integration group.- Returns:
- summary for the integration group
-
setIntegrationGroupSummary
Set up the summary for the integration group.- Parameters:
integrationGroupSummary
- summary for integration group
-
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
-