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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Simple hash for the objectvoidsetIntegrationGroupDescription(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
-
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
-