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 theIndexMetadata
for the index.Gets the operation to perform.void
setDescription
(String description) Sets the description of this step.void
setIndexMetadata
(IndexMetadata indexMetadata) void
setOperation
(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 theIndexMetadata
for the index.- Returns:
- the unique name of the index
-
setIndexMetadata
-