Class IntegrationGroupsResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.adminservices.rest.IntegrationGroupsResponse
All Implemented Interfaces:
FFDCResponse

public class IntegrationGroupsResponse extends FFDCResponseBase
IntegrationGroupsResponse provides a response object for returning information about a list of integration groups that are configured in an OMAG Server Platform.
  • Constructor Details

    • IntegrationGroupsResponse

      public IntegrationGroupsResponse()
      Default constructor
    • IntegrationGroupsResponse

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

    • getGroups

      public List<IntegrationGroupConfig> getGroups()
      Return the list of groups
      Returns:
      group descriptions
    • setGroups

      public void setGroups(List<IntegrationGroupConfig> groups)
      Set up the list of groups
      Parameters:
      groups - groups
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code