Package com.ibm.cloud.cloudant.v1.model
Class IndexResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.IndexResult
- All Implemented Interfaces:
ObjectModel
Schema for the result of creating an index.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Flag to show whether the index was created or one already exists. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getId
Gets the id. Id of the design document the index was created in.- Returns:
- the id
-
getName
Gets the name. Name of the index created.- Returns:
- the name
-
getResult
Gets the result. Flag to show whether the index was created or one already exists.- Returns:
- the result
-