Class GovernanceEngineSummariesResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummariesResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class GovernanceEngineSummariesResponse extends FFDCResponseBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernanceEngineSummariesResponse()Default constructorGovernanceEngineSummariesResponse(GovernanceEngineSummariesResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare objectsList<GovernanceEngineSummary>getGovernanceEngineSummaries()Return 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.StringtoString()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
-
-
-
-
Constructor Detail
-
GovernanceEngineSummariesResponse
public GovernanceEngineSummariesResponse()
Default constructor
-
GovernanceEngineSummariesResponse
public GovernanceEngineSummariesResponse(GovernanceEngineSummariesResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
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:
toStringin classFFDCResponseBase- Returns:
- description of the object values
-
equals
public boolean equals(Object objectToCompare)
Compare objects- Overrides:
equalsin classFFDCResponseBase- Parameters:
objectToCompare- object- Returns:
- boolean
-
hashCode
public int hashCode()
Simple hash for the object- Overrides:
hashCodein classFFDCResponseBase- Returns:
- int
-
-