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 TypeMethodDescriptionbooleanReturn the database qualified name to which the database schema will be linked, if it existsReturn the database schema beaninthashCode()voidsetDatabaseQualifiedName(String databaseQualifiedName) Set up the database qualified name to which the database schema will be linked, if it existsvoidsetDatabaseSchema(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:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-