Class IntegrationGroupSummariesResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummariesResponse
All Implemented Interfaces:
FFDCResponse

public class IntegrationGroupSummariesResponse extends FFDCResponseBase
  • Constructor Details

    • IntegrationGroupSummariesResponse

      public IntegrationGroupSummariesResponse()
      Default constructor
    • IntegrationGroupSummariesResponse

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

    • getIntegrationGroupSummaries

      public List<IntegrationGroupSummary> getIntegrationGroupSummaries()
      Return the summary of each integration group assigned to the integration daemon.
      Returns:
      list of summaries
    • setIntegrationGroupSummaries

      public void setIntegrationGroupSummaries(List<IntegrationGroupSummary> integrationGroupSummaries)
      Set up the summary of each integration group assigned to the integration daemon.
      Parameters:
      integrationGroupSummaries - list of summaries
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      description of the object values
    • equals

      public boolean equals(Object objectToCompare)
      Compare objects
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - object
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Simple hash for the object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int