Class IntegrationGroupSummaryResponse

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

public class IntegrationGroupSummaryResponse extends FFDCResponseBase
IntegrationGroupSummaryResponse provides a container for transporting the status of an integration group.
  • Constructor Details

    • IntegrationGroupSummaryResponse

      public IntegrationGroupSummaryResponse()
      Default constructor
    • IntegrationGroupSummaryResponse

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

    • getIntegrationGroupSummary

      public IntegrationGroupSummary getIntegrationGroupSummary()
      Return the summary for the integration group.
      Returns:
      summary for the integration group
    • setIntegrationGroupSummary

      public void setIntegrationGroupSummary(IntegrationGroupSummary integrationGroupSummary)
      Set up the summary for the integration group.
      Parameters:
      integrationGroupSummary - summary for integration group
    • 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