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.
-
-
Constructor Summary
Constructors Constructor Description ServerInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCouchdb()
Gets the couchdb.List<String>
getFeatures()
Gets the features.List<String>
getFeaturesFlags()
Gets the featuresFlags.ServerVendor
getVendor()
Gets the vendor.String
getVersion()
Gets the version.
-
-
-
Method Detail
-
getCouchdb
public String getCouchdb()
Gets the couchdb. Welcome message.- Returns:
- the couchdb
-
getFeatures
public List<String> getFeatures()
Gets the features. List of enabled optional features.- Returns:
- the features
-
getVendor
public ServerVendor getVendor()
Gets the vendor. Schema for server vendor information.- Returns:
- the vendor
-
getVersion
public String getVersion()
Gets the version. Apache CouchDB version.- Returns:
- the version
-
-