Class TableResponseSummary

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

    public class TableResponseSummary
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    TableResponseSummary.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCatalog()
      Gets the catalog.
      java.lang.String getOwner()
      Gets the owner.
      java.lang.String getSchema()
      Gets the schema.
      java.lang.String getStorage()
      Gets the storage.
      java.lang.String getTable()
      Gets the table.
      • 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. Catalog that this table belongs to.
        Returns:
        the catalog
      • getOwner

        public java.lang.String getOwner()
        Gets the owner. Name of the user who created the table.
        Returns:
        the owner
      • getSchema

        public java.lang.String getSchema()
        Gets the schema. Schema that this table belongs to.
        Returns:
        the schema
      • getStorage

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

        public java.lang.String getTable()
        Gets the table. Name of the table.
        Returns:
        the table