Class DataFileEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataFileEvent
-
- All Implemented Interfaces:
Serializable
public class DataFileEvent extends DataEngineEventHeader
The data file event of Data Engine OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFileEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DataFilegetDataFile()Return the data file beanbooleangetIncomplete()Returns if the data file is incomplete or notinthashCode()voidsetDataFile(DataFile dataFile)Set up the data file beanvoidsetIncomplete(boolean incomplete)Set up the value that determines if the data file is incomplete or notStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getDataFile
public DataFile getDataFile()
Return the data file bean- Returns:
- the data file
-
getIncomplete
public boolean getIncomplete()
Returns if the data file is incomplete or not- Returns:
- if the data file is incomplete or not
-
setDataFile
public void setDataFile(DataFile dataFile)
Set up the data file bean- Parameters:
dataFile- the data file
-
setIncomplete
public void setIncomplete(boolean incomplete)
Set up the value that determines if the data file is incomplete or not- Parameters:
incomplete- the value that determines if the data file is incomplete or not
-
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
-
-