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 TypeMethodDescriptionprotected boolean
boolean
Return the database schema qualified nameReturn the relational table beanint
hashCode()
void
setDatabaseSchemaQualifiedName
(String databaseSchemaQualifiedName) Set up the qualified name of the database schemavoid
setRelationalTable
(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:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-