Class ProcessEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.ProcessEvent
-
public class ProcessEvent extends DataEngineEventHeader
The processes event of Data Engine OMAS.
-
-
Constructor Summary
Constructors Constructor Description ProcessEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ProcessgetProcess()Returns the processinthashCode()voidsetProcess(Process process)Sets up the processStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getProcess
public Process getProcess()
Returns the process- Returns:
- the process
-
setProcess
public void setProcess(Process process)
Sets up the process- Parameters:
process- the process
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineEventHeader
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineEventHeader
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineEventHeader
-
toString
public String toString()
- Overrides:
toStringin classDataEngineEventHeader
-
-