Class OMAGIntegrationGroupProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGIntegrationGroupProperties
OMAGIntegrationGroupProperties 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 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
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
-
OMAGIntegrationGroupProperties
public OMAGIntegrationGroupProperties()Default constructor -
OMAGIntegrationGroupProperties
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
-
toString
JSON-style toString -
equals
Compare objects -
hashCode
public int hashCode()Simple hash for the object
-