Class IntegrationGroupConfig


public class IntegrationGroupConfig extends OMAGServerClientConfig
IntegrationGroupConfig provides the properties to configure a dynamic integration group in an integration daemon.
  • Constructor Details

    • IntegrationGroupConfig

      public IntegrationGroupConfig()
      Default constructor
    • IntegrationGroupConfig

      public IntegrationGroupConfig(IntegrationGroupConfig template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getIntegrationGroupQualifiedName

      public String 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

      public void setIntegrationGroupQualifiedName(String integrationGroupQualifiedName)
      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

      public String toString()
      Standard toString method.
      Overrides:
      toString in class OMAGServerClientConfig
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class OMAGServerClientConfig
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class OMAGServerClientConfig
      Returns:
      in hash code