Class IntegrationGroupSummary
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupSummary
IntegrationGroupSummary is a summary of the properties known about a specific integration group.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanCompare objectsReturn the status of the connectors running under this integration group.Return the description of the integration group.Return the integration group's unique identifier.Return the name of this integration group.Return the status of the integration group.inthashCode()Simple hash for the objectvoidsetIntegrationConnectorReports(List<IntegrationConnectorReport> integrationConnectorReports) Return the status of the connectors running under this integration group.voidsetIntegrationGroupDescription(String integrationGroupDescription) Set up the description of the integration group.voidsetIntegrationGroupGUID(String integrationGroupGUID) Set up the integration group's unique identifier.voidsetIntegrationGroupName(String integrationGroupName) Set up the name of this integration group.voidsetIntegrationGroupStatus(IntegrationGroupStatus integrationGroupStatus) Set up the status of the integration group.toString()JSON-style toString
- 
Constructor Details- 
IntegrationGroupSummarypublic IntegrationGroupSummary()Default constructor
- 
IntegrationGroupSummaryCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getIntegrationGroupNameReturn the name of this integration group.- Returns:
- string name
 
- 
setIntegrationGroupNameSet up the name of this integration group.- Parameters:
- integrationGroupName- string name
 
- 
getIntegrationGroupGUIDReturn the integration group's unique identifier. This is only available if the integration daemon has managed to retrieve its configuration from the metadata server.- Returns:
- string identifier
 
- 
setIntegrationGroupGUIDSet up the integration group's unique identifier.- Parameters:
- integrationGroupGUID- string identifier
 
- 
getIntegrationGroupDescriptionReturn the description of the integration group. This is only available if the integration daemon has managed to retrieve its configuration from the metadata server.- Returns:
- string description
 
- 
setIntegrationGroupDescriptionSet up the description of the integration group.- Parameters:
- integrationGroupDescription- string description
 
- 
getIntegrationGroupStatusReturn the status of the integration group.- Returns:
- status enum
 
- 
setIntegrationGroupStatusSet up the status of the integration group.- Parameters:
- integrationGroupStatus- status enum
 
- 
getIntegrationConnectorReportsReturn the status of the connectors running under this integration group.- Returns:
- Connector status
 
- 
setIntegrationConnectorReportspublic void setIntegrationConnectorReports(List<IntegrationConnectorReport> integrationConnectorReports) Return the status of the connectors running under this integration group.- Parameters:
- integrationConnectorReports- Connector status
 
- 
toStringJSON-style toString
- 
equalsCompare objects
- 
hashCodepublic int hashCode()Simple hash for the object
 
-