Package com.algolia.model.search
Class BaseGetApiKeyResponse
java.lang.Object
com.algolia.model.search.BaseGetApiKeyResponse
BaseGetApiKeyResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTimestamp of creation in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time).getValue()API key.inthashCode()setCreatedAt(Long createdAt) toString()
-
Constructor Details
-
BaseGetApiKeyResponse
public BaseGetApiKeyResponse()
-
-
Method Details
-
setValue
-
getValue
API key.- Returns:
- value
-
setCreatedAt
-
getCreatedAt
Timestamp of creation in milliseconds in [Unix epoch time](https://wikipedia.org/wiki/Unix_time).- Returns:
- createdAt
-
equals
-
hashCode
public int hashCode() -
toString
-