Class EngineActionEvent
java.lang.Object
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceEngineConfigurationEvent
org.odpi.openmetadata.accessservices.governanceserver.events.EngineActionEvent
EngineActionEvent is used to inform the engine that there is an engine action to run.
-
Constructor Summary
ConstructorDescriptionDefault constructorEngineActionEvent
(EngineActionEvent template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the unique identifier of the governance action.int
hashCode()
Return hash code for this objectvoid
setEngineActionGUID
(String engineActionGUID) Set up the unique identifier of the engine action.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceEngineConfigurationEvent
getGovernanceEngineGUID, getGovernanceEngineName, setGovernanceEngineGUID, setGovernanceEngineName
Methods inherited from class org.odpi.openmetadata.accessservices.governanceserver.events.GovernanceServerEvent
getEventType, getEventVersionId, setEventType, setEventVersionId
-
Constructor Details
-
EngineActionEvent
public EngineActionEvent()Default constructor -
EngineActionEvent
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getEngineActionGUID
Return the unique identifier of the governance action.- Returns:
- string guid
-
setEngineActionGUID
Set up the unique identifier of the engine action.- Parameters:
engineActionGUID
- string guid
-
toString
JSON-style toString- Overrides:
toString
in classGovernanceEngineConfigurationEvent
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classGovernanceEngineConfigurationEvent
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classGovernanceEngineConfigurationEvent
- Returns:
- int hash code
-