Class TableResponseCollection

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

    public class TableResponseCollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Table response collection.
    • Method Summary

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

      • 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
      • getTables

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