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
ConstructorsConstructorDescriptionDefault constructorEngineActionEvent(EngineActionEvent template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the unique identifier of the governance action.inthashCode()Return hash code for this objectvoidsetEngineActionGUID(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, setGovernanceEngineNameMethods 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:
toStringin classGovernanceEngineConfigurationEvent- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classGovernanceEngineConfigurationEvent- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classGovernanceEngineConfigurationEvent- Returns:
- int hash code
-