Class RelationalTableRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.RelationalTableRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the database schema qualified nameReturn the relational table beaninthashCode()voidsetDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName) Set up the qualified name of the database schemavoidsetRelationalTable(RelationalTable relationalTable) Set up the relational table beantoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
RelationalTableRequestBody
public RelationalTableRequestBody()
-
-
Method Details
-
getRelationalTable
Return the relational table bean- Returns:
- the relational table
-
getDatabaseSchemaQualifiedName
Return the database schema qualified name- Returns:
- String - qualified name of the database schema
-
setRelationalTable
Set up the relational table bean- Parameters:
relationalTable- the relational table
-
setDatabaseSchemaQualifiedName
Set up the qualified name of the database schema- Parameters:
databaseSchemaQualifiedName- of the database schema
-
equals
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-