Class IndexPlanStep<IdentifierT>

java.lang.Object
dev.getelements.elements.sdk.model.index.IndexPlanStep<IdentifierT>

public class IndexPlanStep<IdentifierT> extends Object
  • Constructor Details

    • IndexPlanStep

      public IndexPlanStep()
  • Method Details

    • getDescription

      public String getDescription()
      A human-readable description of this index step.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description of this step.
      Parameters:
      description - the description
    • getOperation

      public IndexOperation getOperation()
      Gets the operation to perform.
      Returns:
      the operation
    • setOperation

      public void setOperation(IndexOperation operation)
      Sets the operation to perform on this step.
      Parameters:
      operation - the operation
    • getIndexMetadata

      public IndexMetadata<IdentifierT> getIndexMetadata()
      Gets the IndexMetadata for the index.
      Returns:
      the unique name of the index
    • setIndexMetadata

      public void setIndexMetadata(IndexMetadata indexMetadata)