Class GetConfigStatus200Response
java.lang.Object
com.algolia.model.querysuggestions.GetConfigStatus200Response
GetConfigStatus200Response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName 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.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
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
public GetConfigStatus200Response setLastSuccessfulBuildDuration(String lastSuccessfulBuildDuration) -
getLastSuccessfulBuildDuration
Duration of the last successful build in seconds. -
equals
-
hashCode
public int hashCode() -
toString
-