Class DatabaseSchemaRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.DatabaseSchemaRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the database qualified name to which the database schema will be linked, if it existsReturn the database schema beanint
hashCode()
void
setDatabaseQualifiedName
(String databaseQualifiedName) Set up the database qualified name to which the database schema will be linked, if it existsvoid
setDatabaseSchema
(DatabaseSchema databaseSchema) Set up the database schema beantoString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
DatabaseSchemaRequestBody
public DatabaseSchemaRequestBody()
-
-
Method Details
-
getDatabaseSchema
Return the database schema bean- Returns:
- the database schema
-
getDatabaseQualifiedName
Return the database qualified name to which the database schema will be linked, if it exists- Returns:
- the database qualified name
-
setDatabaseSchema
Set up the database schema bean- Parameters:
databaseSchema
- the database schema
-
setDatabaseQualifiedName
Set up the database qualified name to which the database schema will be linked, if it exists- Parameters:
databaseQualifiedName
- the database qualified name
-
equals
- Overrides:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-