Class Catalog
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Catalog
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Catalog extends com.ibm.cloud.sdk.core.service.model.GenericModelDefine the catalog details. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCatalog.ManagedByManaged by. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.util.List<java.lang.String>getAssociatedBuckets()Gets the associatedBuckets.java.util.List<java.lang.String>getAssociatedDatabases()Gets the associatedDatabases.java.util.List<java.lang.String>getAssociatedEngines()Gets the associatedEngines.java.lang.StringgetCatalogName()Gets the catalogName.java.lang.StringgetCatalogNames()Gets the catalogNames.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetHostname()Gets the hostname.java.lang.StringgetLastSyncAt()Gets the lastSyncAt.java.lang.StringgetManagedBy()Gets the managedBy.java.lang.StringgetMetastore()Gets the metastore.java.lang.StringgetPort()Gets the port.java.lang.StringgetStatus()Gets the status.java.lang.StringgetSyncDescription()Gets the syncDescription.java.util.List<java.lang.String>getSyncException()Gets the syncException.java.lang.StringgetSyncStatus()Gets the syncStatus.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetThriftUri()Gets the thriftUri. 
 - 
 
- 
- 
Method Detail
- 
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. list of allowed actions.- Returns:
 - the actions
 
 
- 
getAssociatedBuckets
public java.util.List<java.lang.String> getAssociatedBuckets()
Gets the associatedBuckets. Associated buckets items.- Returns:
 - the associatedBuckets
 
 
- 
getAssociatedDatabases
public java.util.List<java.lang.String> getAssociatedDatabases()
Gets the associatedDatabases. Associated databases items.- Returns:
 - the associatedDatabases
 
 
- 
getAssociatedEngines
public java.util.List<java.lang.String> getAssociatedEngines()
Gets the associatedEngines. Associated engines items.- Returns:
 - the associatedEngines
 
 
- 
getCatalogName
public java.lang.String getCatalogName()
Gets the catalogName. Name for the catalog.- Returns:
 - the catalogName
 
 
- 
getCatalogNames
public java.lang.String getCatalogNames()
Gets the catalogNames. catalog names.- Returns:
 - the catalogNames
 
 
- 
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
 
 
- 
getDescription
public java.lang.String getDescription()
Gets the description. Description.- Returns:
 - the description
 
 
- 
getHostname
public java.lang.String getHostname()
Gets the hostname. IBM thrift uri hostname.- Returns:
 - the hostname
 
 
- 
getLastSyncAt
public java.lang.String getLastSyncAt()
Gets the lastSyncAt. Last sync time.- Returns:
 - the lastSyncAt
 
 
- 
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. Managed by.- Returns:
 - the managedBy
 
 
- 
getMetastore
public java.lang.String getMetastore()
Gets the metastore. Catalog name.- Returns:
 - the metastore
 
 
- 
getPort
public java.lang.String getPort()
Gets the port. IBM thrift uri port.- Returns:
 - the port
 
 
- 
getStatus
public java.lang.String getStatus()
Gets the status. Catalog status.- Returns:
 - the status
 
 
- 
getSyncDescription
public java.lang.String getSyncDescription()
Gets the syncDescription. Sync description.- Returns:
 - the syncDescription
 
 
- 
getSyncException
public java.util.List<java.lang.String> getSyncException()
Gets the syncException. Tables not sync because data is corrupted.- Returns:
 - the syncException
 
 
- 
getSyncStatus
public java.lang.String getSyncStatus()
Gets the syncStatus. Sync status.- Returns:
 - the syncStatus
 
 
- 
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
 - the tags
 
 
- 
getThriftUri
public java.lang.String getThriftUri()
Gets the thriftUri. Customer thrift uri.- Returns:
 - the thriftUri
 
 
 - 
 
 -