Class DbsInfoResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.DbsInfoResult
All Implemented Interfaces:
ObjectModel

public class DbsInfoResult extends GenericModel
Schema for database information keyed by database name.
  • Method Details

    • 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