Class GovernanceEngineConfigurationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineConfigurationEvent
- All Implemented Interfaces:
Serializable
GovernanceEngineConfigurationEvent is used to inform the governance server that the configuration of
one of its governance engines has changed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.governanceengine.events.GovernanceEngineEvent
equals, getEventType, getEventVersionId, getGovernanceEngineGUID, getGovernanceEngineName, hashCode, setEventType, setEventVersionId, setGovernanceEngineGUID, setGovernanceEngineName
-
Constructor Details
-
GovernanceEngineConfigurationEvent
public GovernanceEngineConfigurationEvent()Default constructor -
GovernanceEngineConfigurationEvent
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceEngineEvent
- Returns:
- return string containing the property names and values
-