Class GovernanceEngineSummaryResponse

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

public class GovernanceEngineSummaryResponse extends FFDCResponseBase
GovernanceEngineSummaryResponse provides a container for transporting the status of each of the governance engines.
  • Constructor Details

    • GovernanceEngineSummaryResponse

      public GovernanceEngineSummaryResponse()
      Default constructor
    • GovernanceEngineSummaryResponse

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

    • getGovernanceEngineSummary

      public GovernanceEngineSummary getGovernanceEngineSummary()
      Return the summary for the governance engine.
      Returns:
      summary for governance engine
    • setGovernanceEngineSummary

      public void setGovernanceEngineSummary(GovernanceEngineSummary governanceEngineSummary)
      Set up the summary for the governance engine.
      Parameters:
      governanceEngineSummary - summary for governance engine
    • 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