Package com.algolia.model.search
Class UpdateApiKeyResponse
java.lang.Object
com.algolia.model.search.UpdateApiKeyResponse
UpdateApiKeyResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()API key.Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.inthashCode()setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
UpdateApiKeyResponse
public UpdateApiKeyResponse()
-
-
Method Details
-
setKey
-
getKey
API key.- Returns:
- key
-
setUpdatedAt
-
getUpdatedAt
Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-