Class ExplainResultRange

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ExplainResultRange
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ExplainResultRange extends com.ibm.cloud.sdk.core.service.model.GenericModel
Range parameters passed to the underlying view.
  • Method Details

    • getEndKey

      public List<Object> getEndKey()
      Gets the endKey. End key parameter passed to the underlying view.
      Returns:
      the endKey
    • getStartKey

      public List<Object> getStartKey()
      Gets the startKey. Start key parameter passed to the underlying view.
      Returns:
      the startKey