Class ProcessListEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.ProcessListEvent
-
- All Implemented Interfaces:
Serializable
public class ProcessListEvent extends DataEngineEventHeader
The process list event of Data Engine OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessListEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getFailedGUIDs()Returns the failed GUIDsinthashCode()voidsetFailedGUIDs(List<String> failedGUIDs)Sets up the failed GUIDsStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getEventVersionId, getExternalSourceName, getUserId, setDataEngineEventType, setEventVersionId, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getFailedGUIDs
public List<String> getFailedGUIDs()
Returns the failed GUIDs- Returns:
- the failed GUIDs
-
setFailedGUIDs
public void setFailedGUIDs(List<String> failedGUIDs)
Sets up the failed GUIDs- Parameters:
failedGUIDs- the failed GUIDs
-
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
-
-