Class GovernanceEngineSummariesResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummariesResponse
- All Implemented Interfaces:
FFDCResponse
GovernanceEngineSummariesResponse provides a container for transporting the status of a collection of governance engines.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare objectsReturn the summary of each governance engine assigned to the governance server.inthashCode()Simple hash for the objectvoidsetGovernanceEngineSummaries(List<GovernanceEngineSummary> governanceEngineSummaries) Set up the list of summaries for the governance engine.toString()JSON-style toStringMethods 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
-
Constructor Details
-
GovernanceEngineSummariesResponse
public GovernanceEngineSummariesResponse()Default constructor -
GovernanceEngineSummariesResponse
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getGovernanceEngineSummaries
Return the summary of each governance engine assigned to the governance server.- Returns:
- list of summaries
-
setGovernanceEngineSummaries
Set up the list of summaries for the governance engine.- Parameters:
governanceEngineSummaries- list of summaries
-
toString
JSON-style toString- Overrides:
toStringin classFFDCResponseBase- Returns:
- description of the object values
-
equals
Compare objects- Overrides:
equalsin classFFDCResponseBase- Parameters:
objectToCompare- object- Returns:
- boolean
-
hashCode
public int hashCode()Simple hash for the object- Overrides:
hashCodein classFFDCResponseBase- Returns:
- int
-