Package com.ibm.cloud.cloudant.v1.model
Class ViewResultRow
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ViewResultRow
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ViewResultRow
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for a row of a view result.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCausedBy
Gets the causedBy. The cause of the error (if available).- Returns:
- the causedBy
-
getError
Gets the error. The name of the error.- Returns:
- the error
-
getReason
Gets the reason. The reason the error occurred (if available).- Returns:
- the reason
-
getRef
Gets the ref. An internal error reference (if available).- Returns:
- the ref
-
getDoc
Gets the doc. Schema for a document.- Returns:
- the doc
-
getId
Gets the id. Schema for a document ID.- Returns:
- the id
-
getKey
Gets the key. Schema for any JSON type.- Returns:
- the key
-
getValue
Gets the value. Schema for any JSON type.- Returns:
- the value
-