Class DataFileRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataFileRequestBody
-
- All Implemented Interfaces:
Serializable
public class DataFileRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataFileRequestBody()
-
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.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
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 classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-