Class TableResponse

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

    public class TableResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Get table details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCatalog()
      Gets the catalog.
      java.lang.String getMessage()
      Gets the message.
      java.lang.String getMessageCode()
      Gets the messageCode.
      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.
      java.util.List<TableColumDetail> getTables()
      Gets the tables.
      • 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
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Response message string.
        Returns:
        the message
      • getMessageCode

        public java.lang.String getMessageCode()
        Gets the messageCode. Message code string.
        Returns:
        the messageCode
      • 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
      • getTables

        public java.util.List<TableColumDetail> getTables()
        Gets the tables. A list of all tables.
        Returns:
        the tables