Class IntegrationDaemonStatusResponse

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

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

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Compare objects
    Return the summary of the services and groups running in the integration daemon.
    int
    Simple hash for the object
    void
    Set up the summary of the services and groups running in the integration daemon.
    JSON-style toString

    Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase

    getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IntegrationDaemonStatusResponse

      public IntegrationDaemonStatusResponse()
      Default constructor
    • IntegrationDaemonStatusResponse

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

    • getIntegrationDaemonStatus

      public IntegrationDaemonStatus getIntegrationDaemonStatus()
      Return the summary of the services and groups running in the integration daemon.
      Returns:
      list of summaries
    • setIntegrationDaemonStatus

      public void setIntegrationDaemonStatus(IntegrationDaemonStatus integrationDaemonStatus)
      Set up the summary of the services and groups running in the integration daemon.
      Parameters:
      integrationDaemonStatus - 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