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