Class RelationalTableRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.RelationalTableRequestBody
-
- All Implemented Interfaces:
Serializable
public class RelationalTableRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationalTableRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDatabaseSchemaQualifiedName()Return the database schema qualified namebooleangetIncomplete()Return if the relational table is incompleteRelationalTablegetRelationalTable()Return the relational table beaninthashCode()voidsetDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName)Set up the qualified name of the database schemavoidsetIncomplete(boolean incomplete)Sets if the relational table is incomplete or notvoidsetRelationalTable(RelationalTable relationalTable)Set up the relational table beanStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getRelationalTable
public RelationalTable getRelationalTable()
Return the relational table bean- Returns:
- the relational table
-
getDatabaseSchemaQualifiedName
public String getDatabaseSchemaQualifiedName()
Return the database schema qualified name- Returns:
- String - qualified name of the database schema
-
getIncomplete
public boolean getIncomplete()
Return if the relational table is incomplete- Returns:
- boolean - if the relational table is incomplete
-
setRelationalTable
public void setRelationalTable(RelationalTable relationalTable)
Set up the relational table bean- Parameters:
relationalTable- the relational table
-
setDatabaseSchemaQualifiedName
public void setDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName)
Set up the qualified name of the database schema- Parameters:
databaseSchemaQualifiedName- of the database schema
-
setIncomplete
public void setIncomplete(boolean incomplete)
Sets if the relational table is incomplete or not- Parameters:
incomplete- determines if the relational table is an incomplete asset
-
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
-
-