Class DbsInfoResult

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

    public class DbsInfoResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for database information keyed by database name.
    • Constructor Detail

      • DbsInfoResult

        public DbsInfoResult()
    • Method Detail

      • getError

        public String getError()
        Gets the error. The name of the error.
        Returns:
        the error
      • getInfo

        public DatabaseInformation getInfo()
        Gets the info. Schema for information about a database.
        Returns:
        the info
      • getKey

        public String getKey()
        Gets the key. Database name.
        Returns:
        the key