Class SchemaResponseSummary

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

    public class SchemaResponseSummary
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Summary of the schema response.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCatalog()
      Gets the catalog.
      java.lang.String getCatalogType()
      Gets the catalogType.
      java.lang.String getOwner()
      Gets the owner.
      java.lang.String getSchemaName()
      Gets the schemaName.
      java.lang.String getStorage()
      Gets the storage.
      • 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

      • getCatalog

        public java.lang.String getCatalog()
        Gets the catalog. The catalog that this schema is associated to.
        Returns:
        the catalog
      • getCatalogType

        public java.lang.String getCatalogType()
        Gets the catalogType. catalog type.
        Returns:
        the catalogType
      • getOwner

        public java.lang.String getOwner()
        Gets the owner. Owner of the storage.
        Returns:
        the owner
      • getSchemaName

        public java.lang.String getSchemaName()
        Gets the schemaName. Name of the schema.
        Returns:
        the schemaName
      • getStorage

        public java.lang.String getStorage()
        Gets the storage. The storage linked to the catalog.
        Returns:
        the storage