Package org.tailormap.api.admin.model
Class SearchIndexSummary
java.lang.Object
org.tailormap.api.admin.model.SearchIndexSummary
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class SearchIndexSummary
extends Object
implements Serializable
Summary of a search index run. This is created/updated when the index is finished.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) Time taken to index the source in seconds.Error message if the task failed.Number of features skipped during indexing.@Valid OffsetDateTimeZoned date-time when the task started.getTotal()Total number of features counted for indexing.inthashCode()voidsetDuration(Double duration) voidsetErrorMessage(String errorMessage) voidsetSkippedCounter(Integer skippedCounter) voidsetStartedAt(OffsetDateTime startedAt) voidskippedCounter(Integer skippedCounter) startedAt(OffsetDateTime startedAt) toString()
-
Constructor Details
-
SearchIndexSummary
public SearchIndexSummary()
-
-
Method Details
-
total
-
getTotal
Total number of features counted for indexing. When 0 or null, the index was cleared.- Returns:
- total
-
setTotal
-
skippedCounter
-
getSkippedCounter
Number of features skipped during indexing.- Returns:
- skippedCounter
-
setSkippedCounter
-
startedAt
-
getStartedAt
Zoned date-time when the task started.- Returns:
- startedAt
-
setStartedAt
-
duration
-
getDuration
Time taken to index the source in seconds.- Returns:
- duration
-
setDuration
-
errorMessage
-
getErrorMessage
Error message if the task failed. Check the status field of the search index.- Returns:
- errorMessage
-
setErrorMessage
-
equals
-
hashCode
public int hashCode() -
toString
-