Class CatalogEngineResponse

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CatalogEngineResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Collection 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.String getCatalogName()
      Gets the catalogName.
      java.lang.String getCatalogType()
      Gets the catalogType.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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