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 Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare 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.int
hashCode()
Simple hash for the objectvoid
setIntegrationConnectorReports
(List<IntegrationConnectorReport> integrationConnectorReports) Return the status of the connectors running under this integration group.void
setIntegrationGroupDescription
(String integrationGroupDescription) Set up the description of the integration group.void
setIntegrationGroupGUID
(String integrationGroupGUID) Set up the integration group's unique identifier.void
setIntegrationGroupName
(String integrationGroupName) Set up the name of this integration group.void
setIntegrationGroupStatus
(IntegrationGroupStatus integrationGroupStatus) Set up the status of the integration group.toString()
JSON-style toString
-
Constructor Details
-
IntegrationGroupSummary
public IntegrationGroupSummary()Default constructor -
IntegrationGroupSummary
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationGroupName
Return the name of this integration group.- Returns:
- string name
-
setIntegrationGroupName
Set up the name of this integration group.- Parameters:
integrationGroupName
- string name
-
getIntegrationGroupGUID
Return 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
-
setIntegrationGroupGUID
Set up the integration group's unique identifier.- Parameters:
integrationGroupGUID
- string identifier
-
getIntegrationGroupDescription
Return 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
-
setIntegrationGroupDescription
Set up the description of the integration group.- Parameters:
integrationGroupDescription
- string description
-
getIntegrationGroupStatus
Return the status of the integration group.- Returns:
- status enum
-
setIntegrationGroupStatus
Set up the status of the integration group.- Parameters:
integrationGroupStatus
- status enum
-
getIntegrationConnectorReports
Return the status of the connectors running under this integration group.- Returns:
- Connector status
-
setIntegrationConnectorReports
public void setIntegrationConnectorReports(List<IntegrationConnectorReport> integrationConnectorReports) Return the status of the connectors running under this integration group.- Parameters:
integrationConnectorReports
- Connector status
-
toString
JSON-style toString -
equals
Compare objects -
hashCode
public int hashCode()Simple hash for the object
-