Class DatabaseRegistration
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistration
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistration extends com.ibm.cloud.sdk.core.service.model.GenericModeldatabase registration object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.DatabaseCataloggetAssociatedCatalog()Gets the associatedCatalog.java.lang.StringgetCatalogName()Gets the catalogName.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCreatedOn()Gets the createdOn.DatabaseDetailsgetDatabaseDetails()Gets the databaseDetails.java.lang.StringgetDatabaseDisplayName()Gets the databaseDisplayName.java.lang.StringgetDatabaseId()Gets the databaseId.java.util.List<DatabaseRegistrationDatabasePropertiesItems>getDatabaseProperties()Gets the databaseProperties.java.lang.StringgetDatabaseType()Gets the databaseType.java.lang.StringgetDescription()Gets the description.java.util.List<DatabaseRegistrationPatchTablesItems>getTables()Gets the tables.java.util.List<java.lang.String>getTags()Gets the tags.java.util.List<DatabaseRegistrationTopicsItems>getTopics()Gets the topics.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. actions.- Returns:
- the actions
-
getAssociatedCatalog
public DatabaseCatalog getAssociatedCatalog()
Gets the associatedCatalog. database catalog.- Returns:
- the associatedCatalog
-
getCatalogName
public java.lang.String getCatalogName()
Gets the catalogName. Catalog name.- Returns:
- the catalogName
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Created by.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets the createdOn. Created on.- Returns:
- the createdOn
-
getDatabaseDetails
public DatabaseDetails getDatabaseDetails()
Gets the databaseDetails. database details.- Returns:
- the databaseDetails
-
getDatabaseDisplayName
public java.lang.String getDatabaseDisplayName()
Gets the databaseDisplayName. Database display name.- Returns:
- the databaseDisplayName
-
getDatabaseId
public java.lang.String getDatabaseId()
Gets the databaseId. Database ID.- Returns:
- the databaseId
-
getDatabaseProperties
public java.util.List<DatabaseRegistrationDatabasePropertiesItems> getDatabaseProperties()
Gets the databaseProperties. This will hold all the properties for a custom database.- Returns:
- the databaseProperties
-
getDatabaseType
public java.lang.String getDatabaseType()
Gets the databaseType. Connector type.- Returns:
- the databaseType
-
getTables
public java.util.List<DatabaseRegistrationPatchTablesItems> getTables()
Gets the tables. List of tables.- Returns:
- the tables
-
getDescription
public java.lang.String getDescription()
Gets the description. Database description.- Returns:
- the description
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. tags.- Returns:
- the tags
-
getTopics
public java.util.List<DatabaseRegistrationTopicsItems> getTopics()
Gets the topics. List of topics.- Returns:
- the topics
-
-