Class CatalogEngineResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.CatalogEngineResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogEngineResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelCollection of catalogs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getAssociatedEngines()Gets the associatedEngines.java.lang.StringgetCatalogName()Gets the catalogName.java.lang.StringgetCatalogType()Gets the catalogType.
-
-
-
Method Detail
-
getAssociatedEngines
public java.util.List<java.lang.String> getAssociatedEngines()
Gets the associatedEngines. List of associated engines.- Returns:
- the associatedEngines
-
getCatalogName
public java.lang.String getCatalogName()
Gets the catalogName. Name of the catalog.- Returns:
- the catalogName
-
getCatalogType
public java.lang.String getCatalogType()
Gets the catalogType. Catalog type like iceberg,hive etc.- Returns:
- the catalogType
-
-