Package com.ibm.cloud.cloudant.v1.model
Class ServerInformation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ServerInformation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ServerInformation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about the server instance.
-
Method Summary
Modifier and TypeMethodDescriptionGets the couchdb.Gets the features.Gets the featuresFlags.Gets the vendor.Gets the version.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCouchdb
Gets the couchdb. Welcome message.- Returns:
- the couchdb
-
getFeatures
Gets the features. List of enabled optional features.- Returns:
- the features
-
getVendor
Gets the vendor. Schema for server vendor information.- Returns:
- the vendor
-
getVersion
Gets the version. Apache CouchDB version.- Returns:
- the version
-
getFeaturesFlags
Gets the featuresFlags. List of feature flags.- Returns:
- the featuresFlags
-