Class ConfigStatus
java.lang.Object
com.algolia.model.querysuggestions.ConfigStatus
ConfigStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Name of the Query Suggestions index (case-sensitive).Whether the creation or update of the Query Suggestions index is in progress.Date and time when the Query Suggestions index was last built, in RFC 3339 format.Duration of the last successful build in seconds.Date and time when the Query Suggestions index was last updated successfully.int
hashCode()
setIndexName
(String indexName) setIsRunning
(Boolean isRunning) setLastBuiltAt
(String lastBuiltAt) setLastSuccessfulBuildDuration
(String lastSuccessfulBuildDuration) setLastSuccessfulBuiltAt
(String lastSuccessfulBuiltAt) toString()
-
Constructor Details
-
ConfigStatus
public ConfigStatus()
-
-
Method Details
-
setIndexName
-
getIndexName
Name of the Query Suggestions index (case-sensitive). -
setIsRunning
-
getIsRunning
Whether the creation or update of the Query Suggestions index is in progress. -
setLastBuiltAt
-
getLastBuiltAt
Date and time when the Query Suggestions index was last built, in RFC 3339 format. -
setLastSuccessfulBuiltAt
-
getLastSuccessfulBuiltAt
Date and time when the Query Suggestions index was last updated successfully. -
setLastSuccessfulBuildDuration
-
getLastSuccessfulBuildDuration
Duration of the last successful build in seconds. -
equals
-
hashCode
public int hashCode() -
toString
-