Class IntegrationGroupSummariesResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummariesResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare objectsReturn the summary of each integration group assigned to the integration daemon.int
hashCode()
Simple hash for the objectvoid
setIntegrationGroupSummaries
(List<IntegrationGroupSummary> integrationGroupSummaries) Set up the summary of each integration group assigned to 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
-
IntegrationGroupSummariesResponse
public IntegrationGroupSummariesResponse()Default constructor -
IntegrationGroupSummariesResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationGroupSummaries
Return the summary of each integration group assigned to the integration daemon.- Returns:
- list of summaries
-
setIntegrationGroupSummaries
Set up the summary of each integration group assigned to the integration daemon.- Parameters:
integrationGroupSummaries
- 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
-