Package com.ibm.cloud.cloudant.v1.model
Class BulkGetResultDocument
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.BulkGetResultDocument
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BulkGetResultDocument extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for BulkGetResult object containing a successfully retrieved document or error information.
-
-
Constructor Summary
Constructors Constructor Description BulkGetResultDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentResult
getError()
Gets the error.Document
getOk()
Gets the ok.
-
-
-
Method Detail
-
getError
public DocumentResult getError()
Gets the error. Schema for the result of a document modification.- Returns:
- the error
-
getOk
public Document getOk()
Gets the ok. Schema for a document.- Returns:
- the ok
-
-