Class GetConfigStatus200Response
java.lang.Object
com.algolia.model.querysuggestions.GetConfigStatus200Response
GetConfigStatus200Response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanQuery Suggestions index name.Indicates whether the creation or update of the Query Suggestions is in progress.Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format when the Query Suggestions index was last built.Duration of the last successful build in seconds.Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format when the Query Suggestions index was last updated successfully.inthashCode()setIndexName(String indexName) setIsRunning(Boolean isRunning) setLastBuiltAt(String lastBuiltAt) setLastSuccessfulBuildDuration(String lastSuccessfulBuildDuration) setLastSuccessfulBuiltAt(String lastSuccessfulBuiltAt) toString()
-
Constructor Details
-
GetConfigStatus200Response
public GetConfigStatus200Response()
-
-
Method Details
-
setIndexName
-
getIndexName
Query Suggestions index name. -
setIsRunning
-
getIsRunning
Indicates whether the creation or update of the Query Suggestions is in progress. -
setLastBuiltAt
-
getLastBuiltAt
Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format when the Query Suggestions index was last built. -
setLastSuccessfulBuiltAt
-
getLastSuccessfulBuiltAt
Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format when the Query Suggestions index was last updated successfully. -
setLastSuccessfulBuildDuration
public GetConfigStatus200Response setLastSuccessfulBuildDuration(String lastSuccessfulBuildDuration) -
getLastSuccessfulBuildDuration
Duration of the last successful build in seconds. -
equals
-
hashCode
public int hashCode() -
toString
-