Class IndexPlanStep<IdentifierT>
java.lang.Object
dev.getelements.elements.sdk.model.index.IndexPlanStep<IdentifierT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA human-readable description of this index step.Gets theIndexMetadatafor the index.Gets the operation to perform.voidsetDescription(String description) Sets the description of this step.voidsetIndexMetadata(IndexMetadata indexMetadata) voidsetOperation(IndexOperation operation) Sets the operation to perform on this step.
-
Constructor Details
-
IndexPlanStep
public IndexPlanStep()
-
-
Method Details
-
getDescription
A human-readable description of this index step.- Returns:
- the description
-
setDescription
Sets the description of this step.- Parameters:
description- the description
-
getOperation
Gets the operation to perform.- Returns:
- the operation
-
setOperation
Sets the operation to perform on this step.- Parameters:
operation- the operation
-
getIndexMetadata
Gets theIndexMetadatafor the index.- Returns:
- the unique name of the index
-
setIndexMetadata
-