Package com.ibm.cloud.cloudant.v1.model
Class DbsInfoResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.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 Summary
Constructors Constructor Description DbsInfoResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
Gets the error.DatabaseInformation
getInfo()
Gets the info.String
getKey()
Gets the key.
-
-
-
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
-
-