Class DatabaseRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseRequestBody
-
- All Implemented Interfaces:
Serializable
public class DatabaseRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DatabasegetDatabase()Return the database beanbooleangetIncomplete()Return if the entities inside the database are incompleteinthashCode()voidsetDatabase(Database database)Set up the database beanvoidsetIncomplete(boolean incomplete)Sets up if the entities inside the database are incompleteStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getDatabase
public Database getDatabase()
Return the database bean- Returns:
- the database
-
getIncomplete
public boolean getIncomplete()
Return if the entities inside the database are incomplete- Returns:
- if the entities inside the database are incomplete
-
setDatabase
public void setDatabase(Database database)
Set up the database bean- Parameters:
database- the database
-
setIncomplete
public void setIncomplete(boolean incomplete)
Sets up if the entities inside the database are incomplete- Parameters:
incomplete- if the entities inside the database are incomplete
-
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
-
-