Class IntegrationServiceSummaryResponse

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

public class IntegrationServiceSummaryResponse extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
See Also:
  • Constructor Details

    • IntegrationServiceSummaryResponse

      public IntegrationServiceSummaryResponse()
      Default constructor
    • IntegrationServiceSummaryResponse

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

    • getIntegrationServiceSummaries

      public List<IntegrationServiceSummary> getIntegrationServiceSummaries()
      Return the summary of each integration service running in the integration daemon.
      Returns:
      list of summaries
    • setIntegrationServiceSummaries

      public void setIntegrationServiceSummaries(List<IntegrationServiceSummary> integrationServiceSummaries)
      Set up the summary of each integration service running in the integration daemon.
      Parameters:
      integrationServiceSummaries - list of summaries
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
      Returns:
      description of the object values
    • equals

      public boolean equals(Object objectToCompare)
      Compare objects
      Overrides:
      equals in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
      Parameters:
      objectToCompare - object
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Simple hash for the object
      Overrides:
      hashCode in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
      Returns:
      int