Class IntegrationGroupConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
org.odpi.openmetadata.adminservices.configuration.properties.IntegrationGroupConfig
IntegrationGroupConfig provides the properties to configure a dynamic integration group in an integration
daemon.
-
Constructor Summary
ConstructorDescriptionDefault constructorIntegrationGroupConfig
(IntegrationGroupConfig template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the name of the integration group.int
hashCode()
Return a hash code based on the values of this object.void
setIntegrationGroupQualifiedName
(String integrationGroupQualifiedName) Set up the name of the integration group.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURL
-
Constructor Details
-
IntegrationGroupConfig
public IntegrationGroupConfig()Default constructor -
IntegrationGroupConfig
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationGroupQualifiedName
Return the name of the integration group. This is the qualified name of the IntegrationGroup entity in the metadata repository that represents the engine.- Returns:
- String name
-
setIntegrationGroupQualifiedName
Set up the name of the integration group. This is the qualified name of the IntegrationGroup entity in the metadata repository that represents the engine.- Parameters:
integrationGroupQualifiedName
- String name
-
toString
Standard toString method.- Overrides:
toString
in classOMAGServerClientConfig
- Returns:
- JSON style description of variables.
-
equals
Validate that an object is equal depending on their stored values.- Overrides:
equals
in classOMAGServerClientConfig
- Parameters:
objectToCompare
- object- Returns:
- boolean result
-
hashCode
public int hashCode()Return a hash code based on the values of this object.- Overrides:
hashCode
in classOMAGServerClientConfig
- Returns:
- in hash code
-