Class GovernanceEngineSummariesResponse

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

public class GovernanceEngineSummariesResponse extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
GovernanceEngineSummariesResponse provides a container for transporting the status of a collection of governance engines.
  • 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 each governance engine assigned to the governance server.
    int
    Simple hash for the object
    void
    Set up the list of summaries for the governance engine.
    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

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

    • GovernanceEngineSummariesResponse

      public GovernanceEngineSummariesResponse()
      Default constructor
    • GovernanceEngineSummariesResponse

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

    • getGovernanceEngineSummaries

      public List<GovernanceEngineSummary> getGovernanceEngineSummaries()
      Return the summary of each governance engine assigned to the governance server.
      Returns:
      list of summaries
    • setGovernanceEngineSummaries

      public void setGovernanceEngineSummaries(List<GovernanceEngineSummary> governanceEngineSummaries)
      Set up the list of summaries for the governance engine.
      Parameters:
      governanceEngineSummaries - 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