Class DataEngineRegistrationRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineRegistrationRequestBody
-
- All Implemented Interfaces:
Serializable
public class DataEngineRegistrationRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataEngineRegistrationRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)EnginegetEngine()Gets the engineinthashCode()voidsetEngine(Engine engine)Sets the engineStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getEngine
public Engine getEngine()
Gets the engine- Returns:
- the engine
-
setEngine
public void setEngine(Engine engine)
Sets the engine- Parameters:
engine- the engine
-
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
-
-