Class IndexResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class IndexResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for the result of creating an index.
    • Constructor Detail

      • IndexResult

        public IndexResult()
    • Method Detail

      • getId

        public String getId()
        Gets the id. Id of the design document the index was created in.
        Returns:
        the id
      • getName

        public String getName()
        Gets the name. Name of the index created.
        Returns:
        the name
      • getResult

        public String getResult()
        Gets the result. Flag to show whether the index was created or one already exists.
        Returns:
        the result